Uses of Interface
com.google.cloud.pubsublite.internal.wire.StreamFactory
Packages that use StreamFactory
-
Uses of StreamFactory in com.google.cloud.pubsublite.internal.wire
Subinterfaces of StreamFactory in com.google.cloud.pubsublite.internal.wireModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceMethods in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactoryModifier and TypeMethodDescriptionSingleConnectionFactory.New(StreamFactory<StreamRequestT, StreamResponseT> streamFactory, com.google.api.gax.rpc.ResponseObserver<ClientResponseT> clientStream, StreamRequestT initialRequest) Constructors in com.google.cloud.pubsublite.internal.wire with parameters of type StreamFactoryModifierConstructorDescriptionCommitterImpl(StreamFactory<StreamingCommitCursorRequest, StreamingCommitCursorResponse> streamFactory, InitialCommitCursorRequest request) protectedSingleConnection(StreamFactory<StreamRequestT, StreamResponseT> streamFactory, com.google.api.gax.rpc.ResponseObserver<ClientResponseT> clientStream) protectedSingleConnection(StreamFactory<StreamRequestT, StreamResponseT> streamFactory, com.google.api.gax.rpc.ResponseObserver<ClientResponseT> clientStream, Duration streamIdleTimeout)