Package | Description |
---|---|
io.axoniq.axonserver.grpc.control | |
org.axonframework.axonserver.connector |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AxonServerConnectionManager.onOutboundInstruction(PlatformOutboundInstruction.RequestCase requestCase,
Consumer<PlatformOutboundInstruction> consumer) |
Copyright © 2010–2018. All rights reserved.