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