Uses of Interface
com.google.cloud.pubsublite.internal.wire.StreamFactories.SubscribeStreamFactory
-
Packages that use StreamFactories.SubscribeStreamFactory Package Description com.google.cloud.pubsublite.internal.wire -
-
Uses of StreamFactories.SubscribeStreamFactory in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactories.SubscribeStreamFactory Modifier and Type Method Description abstract SubscriberBuilder.Builder
SubscriberBuilder.Builder. setStreamFactory(StreamFactories.SubscribeStreamFactory streamFactory)
Constructors in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactories.SubscribeStreamFactory Constructor Description SubscriberImpl(StreamFactories.SubscribeStreamFactory streamFactory, InitialSubscribeRequest baseInitialRequest, SeekRequest initialLocation, Consumer<List<SequencedMessage>> messageConsumer, SubscriberResetHandler resetHandler, boolean retryStreamRaces)
-