| 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<List<ContextOverview>> |
AdminChannel.getAllContexts()
Request to list all contexts in Axon Server.
|
CompletableFuture<ContextOverview> |
AdminChannel.getContextOverview(String context)
Request to retrieve a
ContextOverview from Axon Server. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<ContextOverview>> |
AdminChannelImpl.getAllContexts() |
CompletableFuture<ContextOverview> |
AdminChannelImpl.getContextOverview(String context) |
| Modifier and Type | Method and Description |
|---|---|
ContextOverview |
ContextOverview.Builder.build() |
ContextOverview |
ContextOverview.Builder.buildPartial() |
ContextOverview |
ContextAdminServiceGrpc.ContextAdminServiceBlockingStub.getContext(GetContextRequest request) |
static ContextOverview |
ContextOverview.getDefaultInstance() |
ContextOverview |
ContextOverview.getDefaultInstanceForType() |
ContextOverview |
ContextOverview.Builder.getDefaultInstanceForType() |
static ContextOverview |
ContextOverview.parseDelimitedFrom(InputStream input) |
static ContextOverview |
ContextOverview.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextOverview |
ContextOverview.parseFrom(byte[] data) |
static ContextOverview |
ContextOverview.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextOverview |
ContextOverview.parseFrom(ByteBuffer data) |
static ContextOverview |
ContextOverview.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextOverview |
ContextOverview.parseFrom(com.google.protobuf.ByteString data) |
static ContextOverview |
ContextOverview.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextOverview |
ContextOverview.parseFrom(com.google.protobuf.CodedInputStream input) |
static ContextOverview |
ContextOverview.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextOverview |
ContextOverview.parseFrom(InputStream input) |
static ContextOverview |
ContextOverview.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ContextOverview> |
ContextAdminServiceGrpc.ContextAdminServiceFutureStub.getContext(GetContextRequest request) |
Iterator<ContextOverview> |
ContextAdminServiceGrpc.ContextAdminServiceBlockingStub.getContexts(com.google.protobuf.Empty request) |
static io.grpc.MethodDescriptor<GetContextRequest,ContextOverview> |
ContextAdminServiceGrpc.getGetContextMethod() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,ContextOverview> |
ContextAdminServiceGrpc.getGetContextsMethod() |
com.google.protobuf.Parser<ContextOverview> |
ContextOverview.getParserForType() |
static com.google.protobuf.Parser<ContextOverview> |
ContextOverview.parser() |
| Modifier and Type | Method and Description |
|---|---|
ContextOverview.Builder |
ContextOverview.Builder.mergeFrom(ContextOverview other) |
static ContextOverview.Builder |
ContextOverview.newBuilder(ContextOverview prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextAdminServiceGrpc.ContextAdminServiceImplBase.getContext(GetContextRequest request,
io.grpc.stub.StreamObserver<ContextOverview> responseObserver) |
void |
ContextAdminServiceGrpc.ContextAdminServiceStub.getContext(GetContextRequest request,
io.grpc.stub.StreamObserver<ContextOverview> responseObserver) |
void |
ContextAdminServiceGrpc.ContextAdminServiceImplBase.getContexts(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextOverview> responseObserver) |
void |
ContextAdminServiceGrpc.ContextAdminServiceStub.getContexts(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextOverview> responseObserver) |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.