Class StreamGrpc.StreamStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<StreamGrpc.StreamStub>
-
- com.streamlayer.sdkSettings.stream.StreamGrpc.StreamStub
-
- Enclosing class:
- StreamGrpc
public static final class StreamGrpc.StreamStub extends io.grpc.stub.AbstractAsyncStub<StreamGrpc.StreamStub>
A stub to allow clients to do asynchronous rpc calls to service Stream.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StreamGrpc.StreamStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidget(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)voidlist(ListRequest request, io.grpc.stub.StreamObserver<ListResponse> responseObserver)voidresetAllStreams(ResetAllStreamsRequest request, io.grpc.stub.StreamObserver<ResetAllStreamsResponse> responseObserver)voidupdate(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)-
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.StreamStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<StreamGrpc.StreamStub>
-
get
public void get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)
-
list
public void list(ListRequest request, io.grpc.stub.StreamObserver<ListResponse> responseObserver)
-
update
public void update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)
-
resetAllStreams
public void resetAllStreams(ResetAllStreamsRequest request, io.grpc.stub.StreamObserver<ResetAllStreamsResponse> responseObserver)
-
-