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 |
PlatformOutboundInstructionOrBuilder.getRequestCase() |
PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstruction.getRequestCase() |
PlatformOutboundInstruction.RequestCase |
PlatformOutboundInstruction.Builder.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,
BiConsumer<PlatformOutboundInstruction,io.grpc.stub.StreamObserver<PlatformInboundInstruction>> handler)
Registers a handler to handle instructions from AxonServer.
|
void |
AxonServerConnectionManager.onOutboundInstruction(PlatformOutboundInstruction.RequestCase requestCase,
Consumer<PlatformOutboundInstruction> consumer)
Deprecated.
in favor of
AxonServerConnectionManager.onOutboundInstruction(String, PlatformOutboundInstruction.RequestCase, Consumer)
as the context should be specified on any outbound instruction |
void |
AxonServerConnectionManager.onOutboundInstruction(String context,
PlatformOutboundInstruction.RequestCase requestCase,
BiConsumer<PlatformOutboundInstruction,io.grpc.stub.StreamObserver<PlatformInboundInstruction>> handler)
Registers a handler to handle instructions from AxonServer.
|
void |
AxonServerConnectionManager.onOutboundInstruction(String context,
PlatformOutboundInstruction.RequestCase requestCase,
Consumer<PlatformOutboundInstruction> consumer)
Registers a handler to handle instructions from AxonServer.
|
Modifier and Type | Method and Description |
---|---|
void |
AxonServerConnectionManager.onOutboundInstruction(BiPredicate<String,PlatformOutboundInstruction.RequestCase> handlerSelector,
BiConsumer<PlatformOutboundInstruction,io.grpc.stub.StreamObserver<PlatformInboundInstruction>> handler)
Registers a handler to handle instructions from AxonServer.
|
Copyright © 2010–2020. All rights reserved.