| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.admin | |
| io.axoniq.axonserver.connector.admin.impl | |
| io.axoniq.axonserver.grpc.admin |
| Modifier and Type | Method and Description |
|---|---|
ResultStream<ContextUpdate> |
AdminChannel.subscribeToContextUpdates()
Subscribes and listens to context updates from Axon Server, like when a context is created or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
ResultStream<ContextUpdate> |
AdminChannelImpl.subscribeToContextUpdates() |
| Modifier and Type | Method and Description |
|---|---|
ContextUpdate |
ContextUpdate.Builder.build() |
ContextUpdate |
ContextUpdate.Builder.buildPartial() |
static ContextUpdate |
ContextUpdate.getDefaultInstance() |
ContextUpdate |
ContextUpdate.getDefaultInstanceForType() |
ContextUpdate |
ContextUpdate.Builder.getDefaultInstanceForType() |
static ContextUpdate |
ContextUpdate.parseDelimitedFrom(InputStream input) |
static ContextUpdate |
ContextUpdate.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextUpdate |
ContextUpdate.parseFrom(byte[] data) |
static ContextUpdate |
ContextUpdate.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextUpdate |
ContextUpdate.parseFrom(ByteBuffer data) |
static ContextUpdate |
ContextUpdate.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextUpdate |
ContextUpdate.parseFrom(com.google.protobuf.ByteString data) |
static ContextUpdate |
ContextUpdate.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextUpdate |
ContextUpdate.parseFrom(com.google.protobuf.CodedInputStream input) |
static ContextUpdate |
ContextUpdate.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextUpdate |
ContextUpdate.parseFrom(InputStream input) |
static ContextUpdate |
ContextUpdate.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ContextUpdate> |
ContextUpdate.getParserForType() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,ContextUpdate> |
ContextAdminServiceGrpc.getSubscribeContextUpdatesMethod() |
static com.google.protobuf.Parser<ContextUpdate> |
ContextUpdate.parser() |
Iterator<ContextUpdate> |
ContextAdminServiceGrpc.ContextAdminServiceBlockingStub.subscribeContextUpdates(com.google.protobuf.Empty request) |
| Modifier and Type | Method and Description |
|---|---|
ContextUpdate.Builder |
ContextUpdate.Builder.mergeFrom(ContextUpdate other) |
static ContextUpdate.Builder |
ContextUpdate.newBuilder(ContextUpdate prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextAdminServiceGrpc.ContextAdminServiceImplBase.subscribeContextUpdates(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextUpdate> responseObserver) |
void |
ContextAdminServiceGrpc.ContextAdminServiceStub.subscribeContextUpdates(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<ContextUpdate> responseObserver) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.