Uses of Interface
com.google.api.gax.retrying.StreamResumptionStrategy
Packages that use StreamResumptionStrategy
-
Uses of StreamResumptionStrategy in com.google.api.gax.retrying
Classes in com.google.api.gax.retrying that implement StreamResumptionStrategyModifier and TypeClassDescriptionfinal classSimpleStreamResumptionStrategy<RequestT,ResponseT> Simplest implementation of aStreamResumptionStrategywhich returns the initial request for unstarted streams.Methods in com.google.api.gax.retrying that return StreamResumptionStrategy -
Uses of StreamResumptionStrategy in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return StreamResumptionStrategyModifier and TypeMethodDescriptionServerStreamingCallSettings.Builder.getResumptionStrategy()ServerStreamingCallSettings.getResumptionStrategy()See the class documentation ofServerStreamingCallSettingsandStreamResumptionStrategyfor a description of what the StreamResumptionStrategy does.Methods in com.google.api.gax.rpc with parameters of type StreamResumptionStrategyModifier and TypeMethodDescriptionServerStreamingCallSettings.Builder.setResumptionStrategy(StreamResumptionStrategy<RequestT, ResponseT> resumptionStrategy) See the class documentation ofServerStreamingCallSettingsfor a description of what StreamResumptionStrategy does.