Class OctopusServiceGrpc.OctopusServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<OctopusServiceGrpc.OctopusServiceStub>
io.grpc.stub.AbstractAsyncStub<OctopusServiceGrpc.OctopusServiceStub>
studio.o7.octopus.sdk.gen.api.v1.OctopusServiceGrpc.OctopusServiceStub
- Enclosing class:
OctopusServiceGrpc
public static final class OctopusServiceGrpc.OctopusServiceStub
extends io.grpc.stub.AbstractAsyncStub<OctopusServiceGrpc.OctopusServiceStub>
A stub to allow clients to do asynchronous rpc calls to service OctopusService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected OctopusServiceGrpc.OctopusServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidgetEntry(EntryRequest request, io.grpc.stub.StreamObserver<EntryResponse> responseObserver) voidpublishEvent(Event request, io.grpc.stub.StreamObserver<PublishEventResponse> responseObserver) io.grpc.stub.StreamObserver<EventSubscriptionUpdate> subscription(io.grpc.stub.StreamObserver<EventPublication> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected OctopusServiceGrpc.OctopusServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<OctopusServiceGrpc.OctopusServiceStub>
-
publishEvent
public void publishEvent(Event request, io.grpc.stub.StreamObserver<PublishEventResponse> responseObserver) -
getEntry
public void getEntry(EntryRequest request, io.grpc.stub.StreamObserver<EntryResponse> responseObserver) -
subscription
public io.grpc.stub.StreamObserver<EventSubscriptionUpdate> subscription(io.grpc.stub.StreamObserver<EventPublication> responseObserver)
-