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