Class AnalyticsServiceGrpc.AnalyticsServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AnalyticsServiceGrpc.AnalyticsServiceStub>
-
- com.streamlayer.analytics.streaming.v1.AnalyticsServiceGrpc.AnalyticsServiceStub
-
- Enclosing class:
- AnalyticsServiceGrpc
public static final class AnalyticsServiceGrpc.AnalyticsServiceStub extends io.grpc.stub.AbstractAsyncStub<AnalyticsServiceGrpc.AnalyticsServiceStub>
A stub to allow clients to do asynchronous rpc calls to service AnalyticsService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnalyticsServiceGrpc.AnalyticsServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.grpc.stub.StreamObserver<SendRequest>send(io.grpc.stub.StreamObserver<SendResponse> responseObserver)client stream analyticsvoidunary(SendRequest request, io.grpc.stub.StreamObserver<SendResponse> responseObserver)client unary analytics-
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 AnalyticsServiceGrpc.AnalyticsServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AnalyticsServiceGrpc.AnalyticsServiceStub>
-
send
public io.grpc.stub.StreamObserver<SendRequest> send(io.grpc.stub.StreamObserver<SendResponse> responseObserver)
client stream analytics
-
unary
public void unary(SendRequest request, io.grpc.stub.StreamObserver<SendResponse> responseObserver)
client unary analytics
-
-