| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.control | |
| io.axoniq.axonserver.connector.impl |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> |
ProcessorInstructions.mergeHandler(Map<String,ProcessorInstructionHandler> instructionHandlers)
Provides a
InstructionHandler which handles a processor's merge request from AxonServer and sends it to
the right client(s). |
static InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> |
ProcessorInstructions.pauseHandler(Map<String,ProcessorInstructionHandler> instructionHandlers)
Provides a
InstructionHandler which handles a processor's pause request from AxonServer and sends it to
the right client(s). |
static InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> |
ProcessorInstructions.releaseSegmentHandler(Map<String,ProcessorInstructionHandler> instructionHandlers)
Provides a
InstructionHandler which handles a processor's release segment request from AxonServer and
sends it to the right client(s). |
static InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> |
ProcessorInstructions.splitHandler(Map<String,ProcessorInstructionHandler> instructionHandlers)
Provides a
InstructionHandler which handles a processor's split request from AxonServer and sends it to
the right client(s). |
static InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> |
ProcessorInstructions.startHandler(Map<String,ProcessorInstructionHandler> instructionHandlers)
Provides a
InstructionHandler which handles a processor's start request from AxonServer and sends it to
the right client(s). |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.