Package com.streamlayer.chatManager
Class ChatManagerGrpc.ChatManagerFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ChatManagerGrpc.ChatManagerFutureStub>
-
- com.streamlayer.chatManager.ChatManagerGrpc.ChatManagerFutureStub
-
- Enclosing class:
- ChatManagerGrpc
public static final class ChatManagerGrpc.ChatManagerFutureStub extends io.grpc.stub.AbstractFutureStub<ChatManagerGrpc.ChatManagerFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ChatManager.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChatManagerGrpc.ChatManagerFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<CreateGroupResponse>createGroup(CreateGroupRequest request)com.google.common.util.concurrent.ListenableFuture<GetGroupResponse>getGroup(GetGroupRequest request)com.google.common.util.concurrent.ListenableFuture<UpdateGroupResponse>updateGroup(UpdateGroupRequest 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 ChatManagerGrpc.ChatManagerFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ChatManagerGrpc.ChatManagerFutureStub>
-
createGroup
public com.google.common.util.concurrent.ListenableFuture<CreateGroupResponse> createGroup(CreateGroupRequest request)
-
updateGroup
public com.google.common.util.concurrent.ListenableFuture<UpdateGroupResponse> updateGroup(UpdateGroupRequest request)
-
getGroup
public com.google.common.util.concurrent.ListenableFuture<GetGroupResponse> getGroup(GetGroupRequest request)
-
-