Uses of Interface
org.axonframework.messaging.queryhandling.QueryHandlingComponent
Packages that use QueryHandlingComponent
Package
Description
-
Uses of QueryHandlingComponent in org.axonframework.messaging.queryhandling
Classes in org.axonframework.messaging.queryhandling that implement QueryHandlingComponentModifier and TypeClassDescriptionclassA simple implementation of theQueryHandlingComponentinterface, allowing for easy registration ofQueryHandlersand otherQueryHandlingComponents.Methods in org.axonframework.messaging.queryhandling with parameters of type QueryHandlingComponentModifier and TypeMethodDescriptiondefault SQueryHandlerRegistry.subscribe(QueryHandlingComponent handlingComponent) Subscribe the givenhandlingComponentwith this registry.SimpleQueryHandlingComponent.subscribe(QueryHandlingComponent handlingComponent) -
Uses of QueryHandlingComponent in org.axonframework.messaging.queryhandling.annotation
Classes in org.axonframework.messaging.queryhandling.annotation that implement QueryHandlingComponentModifier and TypeClassDescriptionclassAdapter that turns classes withQueryHandlerannotated methods into aQueryHandlingComponent. -
Uses of QueryHandlingComponent in org.axonframework.messaging.queryhandling.configuration
Method parameters in org.axonframework.messaging.queryhandling.configuration with type arguments of type QueryHandlingComponentModifier and TypeMethodDescriptionQueryHandlingModule.QueryHandlerPhase.queryHandlingComponent(ComponentBuilder<QueryHandlingComponent> handlingComponentBuilder) Registers the givenhandlingComponentBuilderwithin this module.