Uses of Interface
com.google.cloud.pubsublite.internal.wire.StreamFactories.PublishStreamFactory
-
Packages that use StreamFactories.PublishStreamFactory Package Description com.google.cloud.pubsublite.internal.wire -
-
Uses of StreamFactories.PublishStreamFactory in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactories.PublishStreamFactory Modifier and Type Method Description abstract PublisherBuilder.BuilderPublisherBuilder.Builder. setStreamFactory(StreamFactories.PublishStreamFactory streamFactory)abstract SinglePartitionPublisherBuilder.BuilderSinglePartitionPublisherBuilder.Builder. setStreamFactory(StreamFactories.PublishStreamFactory streamFactory)Constructors in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactories.PublishStreamFactory Constructor Description PublisherImpl(StreamFactories.PublishStreamFactory streamFactory, InitialPublishRequest initialRequest, com.google.api.gax.batching.BatchingSettings batchingSettings)
-