Uses of Interface
io.axoniq.framework.messaging.queryhandling.distributed.QueryBusConnector.Handler
Packages that use QueryBusConnector.Handler
Package
Description
Part of the Axon Server Connector module.
Part of the Axon Messaging module.
-
Uses of QueryBusConnector.Handler in io.axoniq.framework.axonserver.connector.query
Methods in io.axoniq.framework.axonserver.connector.query with parameters of type QueryBusConnector.HandlerModifier and TypeMethodDescriptionvoidAxonServerQueryBusConnector.onIncomingQuery(QueryBusConnector.Handler handler) -
Uses of QueryBusConnector.Handler in io.axoniq.framework.messaging.queryhandling.distributed
Methods in io.axoniq.framework.messaging.queryhandling.distributed with parameters of type QueryBusConnector.HandlerModifier and TypeMethodDescriptionvoidDelegatingQueryBusConnector.onIncomingQuery(QueryBusConnector.Handler handler) voidPayloadConvertingQueryBusConnector.onIncomingQuery(QueryBusConnector.Handler handler) voidQueryBusConnector.onIncomingQuery(QueryBusConnector.Handler handler) Registers a handler to process incoming query messages.