| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.control | |
| io.axoniq.axonserver.connector.impl | |
| io.axoniq.axonserver.grpc.control |
| Modifier and Type | Method and Description |
|---|---|
Registration |
ControlChannel.registerEventProcessor(String processorName,
Supplier<EventProcessorInfo> infoSupplier,
ProcessorInstructionHandler instructionHandler)
Registers an Event Processor with AxonServer, allowing AxonServer to request status information and provide
instructions for the Processor.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
ControlChannelImpl.registerEventProcessor(String processorName,
Supplier<EventProcessorInfo> infoSupplier,
ProcessorInstructionHandler instructionHandler) |
static InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> |
ProcessorInstructions.requestInfoHandler(Map<String,Supplier<EventProcessorInfo>> infoSuppliers)
Provides a
InstructionHandler which handles a processor's information request from AxonServer and sends
it to the right client(s). |
| Modifier and Type | Method and Description |
|---|---|
EventProcessorInfo |
EventProcessorInfo.Builder.build() |
EventProcessorInfo |
EventProcessorInfo.Builder.buildPartial() |
static EventProcessorInfo |
EventProcessorInfo.getDefaultInstance() |
EventProcessorInfo |
EventProcessorInfo.getDefaultInstanceForType() |
EventProcessorInfo |
EventProcessorInfo.Builder.getDefaultInstanceForType() |
EventProcessorInfo |
PlatformInboundInstruction.getEventProcessorInfo()
Information about Processors defined in the application.
|
EventProcessorInfo |
PlatformInboundInstruction.Builder.getEventProcessorInfo()
Information about Processors defined in the application.
|
EventProcessorInfo |
PlatformInboundInstructionOrBuilder.getEventProcessorInfo()
Information about Processors defined in the application.
|
static EventProcessorInfo |
EventProcessorInfo.parseDelimitedFrom(InputStream input) |
static EventProcessorInfo |
EventProcessorInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(byte[] data) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(ByteBuffer data) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.ByteString data) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(InputStream input) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<EventProcessorInfo> |
EventProcessorInfo.getParserForType() |
static com.google.protobuf.Parser<EventProcessorInfo> |
EventProcessorInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeEventProcessorInfo(EventProcessorInfo value)
Information about Processors defined in the application.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.mergeFrom(EventProcessorInfo other) |
static EventProcessorInfo.Builder |
EventProcessorInfo.newBuilder(EventProcessorInfo prototype) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setEventProcessorInfo(EventProcessorInfo value)
Information about Processors defined in the application.
|
Copyright © 2020–2022 AxonIQ BV. All rights reserved.