Class StreamsServiceClient.ListEventsFixedSizeCollection (0.2.0)

public static class StreamsServiceClient.ListEventsFixedSizeCollection extends AbstractFixedSizeCollection<ListEventsRequest,ListEventsResponse,Event,StreamsServiceClient.ListEventsPage,StreamsServiceClient.ListEventsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StreamsServiceClient.ListEventsFixedSizeCollection

Methods

createCollection(List<StreamsServiceClient.ListEventsPage> pages, int collectionSize)

protected StreamsServiceClient.ListEventsFixedSizeCollection createCollection(List<StreamsServiceClient.ListEventsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListEventsPage>
collectionSize int
Returns
Type Description
StreamsServiceClient.ListEventsFixedSizeCollection
Overrides