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