Package api
Class EventGrpc.EventStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<EventGrpc.EventStub>
-
- api.EventGrpc.EventStub
-
- Enclosing class:
- EventGrpc
public static final class EventGrpc.EventStub extends io.grpc.stub.AbstractAsyncStub<EventGrpc.EventStub>
A stub to allow clients to do asynchronous rpc calls to service Event.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected EventGrpc.EventStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetJobSetEvents(EventOuterClass.JobSetRequest request, io.grpc.stub.StreamObserver<EventOuterClass.EventStreamMessage> responseObserver)voidhealth(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<Health.HealthCheckResponse> responseObserver)voidwatch(EventOuterClass.WatchRequest request, io.grpc.stub.StreamObserver<EventOuterClass.EventStreamMessage> responseObserver)Deprecated.-
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 EventGrpc.EventStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<EventGrpc.EventStub>
-
getJobSetEvents
public void getJobSetEvents(EventOuterClass.JobSetRequest request, io.grpc.stub.StreamObserver<EventOuterClass.EventStreamMessage> responseObserver)
-
watch
@Deprecated public void watch(EventOuterClass.WatchRequest request, io.grpc.stub.StreamObserver<EventOuterClass.EventStreamMessage> responseObserver)
Deprecated.
-
health
public void health(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<Health.HealthCheckResponse> responseObserver)
-
-