public static final class ApplicationAdminServiceGrpc.ApplicationAdminServiceStub extends io.grpc.stub.AbstractStub<ApplicationAdminServiceGrpc.ApplicationAdminServiceStub>
ApplicationAdminService *****************************
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationAdminServiceGrpc.ApplicationAdminServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createOrUpdateApplication(ApplicationRequest request,
io.grpc.stub.StreamObserver<Token> responseObserver) |
void |
deleteApplication(ApplicationId request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
void |
getApplication(ApplicationId request,
io.grpc.stub.StreamObserver<ApplicationOverview> responseObserver) |
void |
getApplications(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ApplicationOverview> responseObserver) |
void |
getConnectedApplicationsByContext(ContextId request,
io.grpc.stub.StreamObserver<ConnectedApplicationOverview> responseObserver) |
void |
refreshToken(ApplicationId request,
io.grpc.stub.StreamObserver<Token> responseObserver) |
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected ApplicationAdminServiceGrpc.ApplicationAdminServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ApplicationAdminServiceGrpc.ApplicationAdminServiceStub>public void createOrUpdateApplication(ApplicationRequest request, io.grpc.stub.StreamObserver<Token> responseObserver)
public void deleteApplication(ApplicationId request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
public void getApplication(ApplicationId request, io.grpc.stub.StreamObserver<ApplicationOverview> responseObserver)
public void getApplications(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ApplicationOverview> responseObserver)
public void refreshToken(ApplicationId request, io.grpc.stub.StreamObserver<Token> responseObserver)
public void getConnectedApplicationsByContext(ContextId request, io.grpc.stub.StreamObserver<ConnectedApplicationOverview> responseObserver)
Copyright © 2020–2023 AxonIQ BV. All rights reserved.