Class OrganizationGrpc.OrganizationBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<OrganizationGrpc.OrganizationBlockingStub>
-
- com.streamlayer.sdkSettings.organization.OrganizationGrpc.OrganizationBlockingStub
-
- Enclosing class:
- OrganizationGrpc
public static final class OrganizationGrpc.OrganizationBlockingStub extends io.grpc.stub.AbstractBlockingStub<OrganizationGrpc.OrganizationBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Organization.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationGrpc.OrganizationBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GetResponseget(GetRequest request)GetResponsegetByRoot(GetRequest request)UpdateResponseupdate(UpdateRequest request)UpdateResponseupdateByRoot(UpdateByRootRequest 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 OrganizationGrpc.OrganizationBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationGrpc.OrganizationBlockingStub>
-
get
public GetResponse get(GetRequest request)
-
update
public UpdateResponse update(UpdateRequest request)
-
getByRoot
public GetResponse getByRoot(GetRequest request)
-
updateByRoot
public UpdateResponse updateByRoot(UpdateByRootRequest request)
-
-