| 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.updateContextProperties(UpdateContextPropertiesRequest request)
Request to update the properties for an Axon Server context.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AdminChannelImpl.updateContextProperties(UpdateContextPropertiesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.Builder.build() |
UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.Builder.buildPartial() |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.getDefaultInstance() |
UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.getDefaultInstanceForType() |
UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.Builder.getDefaultInstanceForType() |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseDelimitedFrom(InputStream input) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(byte[] data) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(ByteBuffer data) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(com.google.protobuf.ByteString data) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(InputStream input) |
static UpdateContextPropertiesRequest |
UpdateContextPropertiesRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UpdateContextPropertiesRequest> |
UpdateContextPropertiesRequest.getParserForType() |
static io.grpc.MethodDescriptor<UpdateContextPropertiesRequest,com.google.protobuf.Empty> |
ContextAdminServiceGrpc.getUpdateContextPropertiesMethod() |
static com.google.protobuf.Parser<UpdateContextPropertiesRequest> |
UpdateContextPropertiesRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
UpdateContextPropertiesRequest.Builder |
UpdateContextPropertiesRequest.Builder.mergeFrom(UpdateContextPropertiesRequest other) |
static UpdateContextPropertiesRequest.Builder |
UpdateContextPropertiesRequest.newBuilder(UpdateContextPropertiesRequest prototype) |
Iterator<com.google.protobuf.Empty> |
ContextAdminServiceGrpc.ContextAdminServiceBlockingStub.updateContextProperties(UpdateContextPropertiesRequest request) |
void |
ContextAdminServiceGrpc.ContextAdminServiceImplBase.updateContextProperties(UpdateContextPropertiesRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
void |
ContextAdminServiceGrpc.ContextAdminServiceStub.updateContextProperties(UpdateContextPropertiesRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.