Class StreamGrpc.StreamBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<StreamGrpc.StreamBlockingStub>
-
- com.streamlayer.sdkSettings.stream.StreamGrpc.StreamBlockingStub
-
- Enclosing class:
- StreamGrpc
public static final class StreamGrpc.StreamBlockingStub extends io.grpc.stub.AbstractBlockingStub<StreamGrpc.StreamBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Stream.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StreamGrpc.StreamBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GetResponseget(GetRequest request)ListResponselist(ListRequest request)ResetAllStreamsResponseresetAllStreams(ResetAllStreamsRequest request)UpdateResponseupdate(UpdateRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected StreamGrpc.StreamBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<StreamGrpc.StreamBlockingStub>
-
get
public GetResponse get(GetRequest request)
-
list
public ListResponse list(ListRequest request)
-
update
public UpdateResponse update(UpdateRequest request)
-
resetAllStreams
public ResetAllStreamsResponse resetAllStreams(ResetAllStreamsRequest request)
-
-