Class OrganizationGrpc.OrganizationStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<OrganizationGrpc.OrganizationStub>
-
- com.streamlayer.sdkSettings.organization.OrganizationGrpc.OrganizationStub
-
- Enclosing class:
- OrganizationGrpc
public static final class OrganizationGrpc.OrganizationStub extends io.grpc.stub.AbstractAsyncStub<OrganizationGrpc.OrganizationStub>
A stub to allow clients to do asynchronous rpc calls to service Organization.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationGrpc.OrganizationStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidget(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)voidgetByRoot(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)voidupdate(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)voidupdateByRoot(UpdateByRootRequest 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 OrganizationGrpc.OrganizationStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationGrpc.OrganizationStub>
-
get
public void get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)
-
update
public void update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)
-
getByRoot
public void getByRoot(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)
-
updateByRoot
public void updateByRoot(UpdateByRootRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)
-
-