Class BranchGrpc.BranchStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<BranchGrpc.BranchStub>
-
- com.streamlayer.sdkSettings.organization.branch.BranchGrpc.BranchStub
-
- Enclosing class:
- BranchGrpc
public static final class BranchGrpc.BranchStub extends io.grpc.stub.AbstractAsyncStub<BranchGrpc.BranchStub>
A stub to allow clients to do asynchronous rpc calls to service Branch.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BranchGrpc.BranchStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidget(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)voidgetOrganization(GetOrganizationRequest request, io.grpc.stub.StreamObserver<GetOrganizationResponse> responseObserver)voidregister(RegisterRequest request, io.grpc.stub.StreamObserver<RegisterResponse> responseObserver)voidremove(RemoveRequest request, io.grpc.stub.StreamObserver<RemoveResponse> 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 BranchGrpc.BranchStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BranchGrpc.BranchStub>
-
register
public void register(RegisterRequest request, io.grpc.stub.StreamObserver<RegisterResponse> responseObserver)
-
get
public void get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver)
-
getOrganization
public void getOrganization(GetOrganizationRequest request, io.grpc.stub.StreamObserver<GetOrganizationResponse> responseObserver)
-
remove
public void remove(RemoveRequest request, io.grpc.stub.StreamObserver<RemoveResponse> responseObserver)
-
update
public void update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver)
-
-