Package com.streamlayer.users.admin
Class UsersGrpc.UsersFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<UsersGrpc.UsersFutureStub>
-
- com.streamlayer.users.admin.UsersGrpc.UsersFutureStub
-
- Enclosing class:
- UsersGrpc
public static final class UsersGrpc.UsersFutureStub extends io.grpc.stub.AbstractFutureStub<UsersGrpc.UsersFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Users.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UsersGrpc.UsersFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<CreateResponse>create(CreateRequest request)com.google.common.util.concurrent.ListenableFuture<GetResponse>get(GetRequest request)com.google.common.util.concurrent.ListenableFuture<ListResponse>list(ListRequest request)com.google.common.util.concurrent.ListenableFuture<MeResponse>me(MeRequest request)com.google.common.util.concurrent.ListenableFuture<RemoveResponse>remove(RemoveRequest request)com.google.common.util.concurrent.ListenableFuture<UpdateResponse>update(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 UsersGrpc.UsersFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UsersGrpc.UsersFutureStub>
-
me
public com.google.common.util.concurrent.ListenableFuture<MeResponse> me(MeRequest request)
-
list
public com.google.common.util.concurrent.ListenableFuture<ListResponse> list(ListRequest request)
-
get
public com.google.common.util.concurrent.ListenableFuture<GetResponse> get(GetRequest request)
-
create
public com.google.common.util.concurrent.ListenableFuture<CreateResponse> create(CreateRequest request)
-
remove
public com.google.common.util.concurrent.ListenableFuture<RemoveResponse> remove(RemoveRequest request)
-
update
public com.google.common.util.concurrent.ListenableFuture<UpdateResponse> update(UpdateRequest request)
-
-