Uses of Interface
org.axonframework.messaging.queryhandling.distributed.QueryBusConnector
Packages that use QueryBusConnector
Package
Description
-
Uses of QueryBusConnector in org.axonframework.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query that implement QueryBusConnectorModifier and TypeClassDescriptionclassAxonServerQueryBusConnector is an implementation ofQueryBusConnectorthat connects to AxonServer to enable the dispatching and receiving of queries. -
Uses of QueryBusConnector in org.axonframework.messaging.queryhandling.distributed
Classes in org.axonframework.messaging.queryhandling.distributed that implement QueryBusConnectorModifier and TypeClassDescriptionclassAQueryBusConnectorimplementation that wraps anotherQueryBusConnectorand delegates all calls to it.classConnector implementation that converts the payload of outgoing messages into the expected format.Fields in org.axonframework.messaging.queryhandling.distributed declared as QueryBusConnectorModifier and TypeFieldDescriptionprotected final QueryBusConnectorDelegatingQueryBusConnector.delegateConstructors in org.axonframework.messaging.queryhandling.distributed with parameters of type QueryBusConnectorModifierConstructorDescriptionprotectedDelegatingQueryBusConnector(QueryBusConnector delegate) Initialize the delegatingQueryBusConnectorto delegate all calls to the givendelegate.DistributedQueryBus(QueryBus localSegment, QueryBusConnector connector, DistributedQueryBusConfiguration configuration) Constructs aDistributedQueryBususing the givenlocalSegmentforsubscribinghandlers and the givenconnectorto dispatch and receive queries and query responses with, to and from different segments of theQueryBus.PayloadConvertingQueryBusConnector(QueryBusConnector delegate, MessageConverter converter, Class<?> targetType) Initialize thePayloadConvertingConnectorto use givenconverterto convert each Message's payload intotargetTypebefore passing it to givendelegate.