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