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