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