Uses of Interface
com.google.cloud.pubsublite.internal.wire.StreamFactories.SubscribeStreamFactory
Packages that use StreamFactories.SubscribeStreamFactory
-
Uses of StreamFactories.SubscribeStreamFactory in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactories.SubscribeStreamFactoryModifier and TypeMethodDescriptionabstract SubscriberBuilder.BuilderSubscriberBuilder.Builder.setStreamFactory(StreamFactories.SubscribeStreamFactory streamFactory) Constructors in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactories.SubscribeStreamFactoryModifierConstructorDescriptionSubscriberImpl(StreamFactories.SubscribeStreamFactory streamFactory, InitialSubscribeRequest baseInitialRequest, SeekRequest initialLocation, Consumer<List<SequencedMessage>> messageConsumer, SubscriberResetHandler resetHandler, boolean retryStreamRaces)