Package com.streamlayer.chatManager
Class ChatManagerGrpc.ChatManagerStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ChatManagerGrpc.ChatManagerStub>
-
- com.streamlayer.chatManager.ChatManagerGrpc.ChatManagerStub
-
- Enclosing class:
- ChatManagerGrpc
public static final class ChatManagerGrpc.ChatManagerStub extends io.grpc.stub.AbstractAsyncStub<ChatManagerGrpc.ChatManagerStub>
A stub to allow clients to do asynchronous rpc calls to service ChatManager.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChatManagerGrpc.ChatManagerStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcreateGroup(CreateGroupRequest request, io.grpc.stub.StreamObserver<CreateGroupResponse> responseObserver)voidgetGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<GetGroupResponse> responseObserver)voidupdateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<UpdateGroupResponse> responseObserver)-
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.ChatManagerStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ChatManagerGrpc.ChatManagerStub>
-
createGroup
public void createGroup(CreateGroupRequest request, io.grpc.stub.StreamObserver<CreateGroupResponse> responseObserver)
-
updateGroup
public void updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<UpdateGroupResponse> responseObserver)
-
getGroup
public void getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<GetGroupResponse> responseObserver)
-
-