Uses of Interface
org.axonframework.queryhandling.QueryHandlerAdapter
Packages that use QueryHandlerAdapter
-
Uses of QueryHandlerAdapter in org.axonframework.queryhandling.annotation
Classes in org.axonframework.queryhandling.annotation that implement QueryHandlerAdapterModifier and TypeClassDescriptionclassAdapter that turns any@QueryHandlerannotated bean into aMessageHandlerimplementation. -
Uses of QueryHandlerAdapter in org.axonframework.spring.config
Method parameters in org.axonframework.spring.config with type arguments of type QueryHandlerAdapterModifier and TypeMethodDescriptionvoidQueryHandlerSubscriber.setQueryHandlers(Collection<QueryHandlerAdapter> queryHandlers) Deprecated.