| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.admin | |
| io.axoniq.axonserver.connector.admin.impl | |
| io.axoniq.axonserver.grpc.admin |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AdminChannel.deleteContext(DeleteContextRequest request)
Request to delete a context in Axon Server.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AdminChannelImpl.deleteContext(DeleteContextRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DeleteContextRequest |
DeleteContextRequest.Builder.build() |
DeleteContextRequest |
DeleteContextRequest.Builder.buildPartial() |
static DeleteContextRequest |
DeleteContextRequest.getDefaultInstance() |
DeleteContextRequest |
DeleteContextRequest.getDefaultInstanceForType() |
DeleteContextRequest |
DeleteContextRequest.Builder.getDefaultInstanceForType() |
static DeleteContextRequest |
DeleteContextRequest.parseDelimitedFrom(InputStream input) |
static DeleteContextRequest |
DeleteContextRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(byte[] data) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(ByteBuffer data) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(com.google.protobuf.ByteString data) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(InputStream input) |
static DeleteContextRequest |
DeleteContextRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<DeleteContextRequest,com.google.protobuf.Empty> |
ContextAdminServiceGrpc.getDeleteContextMethod() |
com.google.protobuf.Parser<DeleteContextRequest> |
DeleteContextRequest.getParserForType() |
static com.google.protobuf.Parser<DeleteContextRequest> |
DeleteContextRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<com.google.protobuf.Empty> |
ContextAdminServiceGrpc.ContextAdminServiceBlockingStub.deleteContext(DeleteContextRequest request) |
void |
ContextAdminServiceGrpc.ContextAdminServiceImplBase.deleteContext(DeleteContextRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
void |
ContextAdminServiceGrpc.ContextAdminServiceStub.deleteContext(DeleteContextRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
DeleteContextRequest.Builder |
DeleteContextRequest.Builder.mergeFrom(DeleteContextRequest other) |
static DeleteContextRequest.Builder |
DeleteContextRequest.newBuilder(DeleteContextRequest prototype) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.