Class CommonGrpc.CommonBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CommonGrpc.CommonBlockingStub>
-
- com.streamlayer.pushNotification.common.CommonGrpc.CommonBlockingStub
-
- Enclosing class:
- CommonGrpc
public static final class CommonGrpc.CommonBlockingStub extends io.grpc.stub.AbstractBlockingStub<CommonGrpc.CommonBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Common.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonGrpc.CommonBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)OrganizationListResponseorganizationList(OrganizationListRequest request)SendTestResponsesendTest(SendTestRequest request)UserGetResponseuserGet(UserGetRequest 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 CommonGrpc.CommonBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CommonGrpc.CommonBlockingStub>
-
sendTest
public SendTestResponse sendTest(SendTestRequest request)
-
organizationList
public OrganizationListResponse organizationList(OrganizationListRequest request)
-
userGet
public UserGetResponse userGet(UserGetRequest request)
-
-