Uses of Interface
com.google.api.gax.retrying.StreamResumptionStrategy
-
Packages that use StreamResumptionStrategy Package Description com.google.api.gax.retrying com.google.api.gax.rpc -
-
Uses of StreamResumptionStrategy in com.google.api.gax.retrying
Classes in com.google.api.gax.retrying that implement StreamResumptionStrategy Modifier and Type Class Description classSimpleStreamResumptionStrategy<RequestT,ResponseT>Simplest implementation of aStreamResumptionStrategywhich returns the initial request for unstarted streams.Methods in com.google.api.gax.retrying that return StreamResumptionStrategy Modifier and Type Method Description StreamResumptionStrategy<RequestT,ResponseT>SimpleStreamResumptionStrategy. createNew()StreamResumptionStrategy<RequestT,ResponseT>StreamResumptionStrategy. createNew()Creates a new instance of this StreamResumptionStrategy without accumulated state -
Uses of StreamResumptionStrategy in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return StreamResumptionStrategy Modifier and Type Method Description StreamResumptionStrategy<RequestT,ResponseT>ServerStreamingCallSettings.Builder. getResumptionStrategy()StreamResumptionStrategy<RequestT,ResponseT>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 StreamResumptionStrategy Modifier and Type Method Description ServerStreamingCallSettings.Builder<RequestT,ResponseT>ServerStreamingCallSettings.Builder. setResumptionStrategy(StreamResumptionStrategy<RequestT,ResponseT> resumptionStrategy)See the class documentation ofServerStreamingCallSettingsfor a description of what StreamResumptionStrategy does.
-