public static final class ContextAdminServiceGrpc.ContextAdminServiceStub extends io.grpc.stub.AbstractStub<ContextAdminServiceGrpc.ContextAdminServiceStub>
| Modifier and Type | Method and Description |
|---|---|
protected ContextAdminServiceGrpc.ContextAdminServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createContext(CreateContextRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
void |
deleteContext(DeleteContextRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
void |
getContext(GetContextRequest request,
io.grpc.stub.StreamObserver<ContextOverview> responseObserver) |
void |
getContexts(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextOverview> responseObserver) |
void |
subscribeContextUpdates(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextUpdate> responseObserver) |
void |
updateContextProperties(UpdateContextPropertiesRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected ContextAdminServiceGrpc.ContextAdminServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ContextAdminServiceGrpc.ContextAdminServiceStub>public void createContext(CreateContextRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
public void updateContextProperties(UpdateContextPropertiesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
public void deleteContext(DeleteContextRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
public void getContext(GetContextRequest request, io.grpc.stub.StreamObserver<ContextOverview> responseObserver)
public void getContexts(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextOverview> responseObserver)
public void subscribeContextUpdates(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextUpdate> responseObserver)
Copyright © 2020–2022 AxonIQ BV. All rights reserved.