Uses of Interface
io.axoniq.framework.messaging.commandhandling.distributed.CommandBusConnector.Handler
Packages that use CommandBusConnector.Handler
Package
Description
Part of the Axon Server Connector module.
Part of the Axon Messaging module.
Internal delegating tracing decorator for the distributed
CommandBusConnector.Part of the Axoniq Framework multi-tenancy module.
-
Uses of CommandBusConnector.Handler in io.axoniq.framework.axonserver.connector.command
Methods in io.axoniq.framework.axonserver.connector.command with parameters of type CommandBusConnector.HandlerModifier and TypeMethodDescriptionvoidAxonServerCommandBusConnector.onIncomingCommand(CommandBusConnector.Handler handler) -
Uses of CommandBusConnector.Handler in io.axoniq.framework.messaging.commandhandling.distributed
Methods in io.axoniq.framework.messaging.commandhandling.distributed with parameters of type CommandBusConnector.HandlerModifier and TypeMethodDescriptionvoidCommandBusConnector.onIncomingCommand(CommandBusConnector.Handler handler) Registers a handler that will be called when an incoming command is received.voidDelegatingCommandBusConnector.onIncomingCommand(CommandBusConnector.Handler handler) voidPayloadConvertingCommandBusConnector.onIncomingCommand(CommandBusConnector.Handler handler) -
Uses of CommandBusConnector.Handler in io.axoniq.framework.messaging.commandhandling.distributed.tracing
Methods in io.axoniq.framework.messaging.commandhandling.distributed.tracing with parameters of type CommandBusConnector.HandlerModifier and TypeMethodDescriptionvoidTracingCommandBusConnector.onIncomingCommand(CommandBusConnector.Handler handler) -
Uses of CommandBusConnector.Handler in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling
Methods in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling with parameters of type CommandBusConnector.HandlerModifier and TypeMethodDescriptionvoidMultiTenantAxonServerCommandBusConnector.onIncomingCommand(CommandBusConnector.Handler handler) Registers a handler that will be called when an incoming command is received.