| 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.registerInstructionHandler(PlatformOutboundInstruction.RequestCase type,
InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> handler)
Registers the given
handler to handle a given type of instruction. |
| Modifier and Type | Method and Description |
|---|---|
Registration |
ControlChannelImpl.registerInstructionHandler(PlatformOutboundInstruction.RequestCase type,
InstructionHandler<PlatformOutboundInstruction,PlatformInboundInstruction> handler) |
| Modifier and Type | Method and Description |
|---|---|
static PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstruction.RequestCase.forNumber(int value) |
PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstruction.getRequestCase() |
PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstruction.Builder.getRequestCase() |
PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstructionOrBuilder.getRequestCase() |
static PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstruction.RequestCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstruction.RequestCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformOutboundInstruction.RequestCase[] |
PlatformOutboundInstruction.RequestCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020–2022 AxonIQ BV. All rights reserved.