Uses of Record Class
org.axonframework.messaging.core.QualifiedName
Packages that use QualifiedName
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to message processing in Axon Framework.
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of QualifiedName in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command with parameters of type QualifiedNameModifier and TypeMethodDescriptionAxonServerCommandBusConnector.subscribe(QualifiedName commandName, int loadFactor) booleanAxonServerCommandBusConnector.unsubscribe(QualifiedName commandName) -
Uses of QualifiedName in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query with parameters of type QualifiedNameModifier and TypeMethodDescriptionAxonServerQueryBusConnector.subscribe(QualifiedName name) booleanAxonServerQueryBusConnector.unsubscribe(QualifiedName name) -
Uses of QualifiedName in org.axonframework.messaging.commandhandling
Methods in org.axonframework.messaging.commandhandling that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionCommandHandlingComponent.supportedCommands()All supportedcommands, referenced through aQualifiedName.SimpleCommandHandlingComponent.supportedCommands()Methods in org.axonframework.messaging.commandhandling with parameters of type QualifiedNameModifier and TypeMethodDescriptionCommandHandlerRegistry.subscribe(QualifiedName name, CommandHandler commandHandler) SimpleCommandBus.subscribe(QualifiedName name, CommandHandler commandHandler) SimpleCommandHandlingComponent.subscribe(QualifiedName name, CommandHandler commandHandler) Method parameters in org.axonframework.messaging.commandhandling with type arguments of type QualifiedNameModifier and TypeMethodDescriptiondefault SCommandHandlerRegistry.subscribe(Set<QualifiedName> names, CommandHandler commandHandler) Constructors in org.axonframework.messaging.commandhandling with parameters of type QualifiedNameModifierConstructorDescriptionDuplicateCommandHandlerSubscriptionException(QualifiedName name, CommandHandler initialHandler, CommandHandler duplicateHandler) Initialize a duplicateCommandHandlersubscription exception using the giveninitialHandlerandduplicateHandlerto form a specific message. -
Uses of QualifiedName in org.axonframework.messaging.commandhandling.annotation
Methods in org.axonframework.messaging.commandhandling.annotation that return types with arguments of type QualifiedName -
Uses of QualifiedName in org.axonframework.messaging.commandhandling.configuration
Methods in org.axonframework.messaging.commandhandling.configuration with parameters of type QualifiedNameModifier and TypeMethodDescriptionCommandHandlingModule.CommandHandlerPhase.commandHandler(QualifiedName commandName, ComponentBuilder<CommandHandler> commandHandlerBuilder) Registers the givencommandHandlerBuilderfor the given qualifiedcommandNamewithin this module.CommandHandlingModule.CommandHandlerPhase.commandHandler(QualifiedName commandName, CommandHandler commandHandler) Registers the givencommandHandlerfor the given qualifiedcommandNamewithin this module. -
Uses of QualifiedName in org.axonframework.messaging.commandhandling.distributed
Methods in org.axonframework.messaging.commandhandling.distributed with parameters of type QualifiedNameModifier and TypeMethodDescriptionCommandBusConnector.subscribe(QualifiedName commandName, int loadFactor) Subscribes to a command with the givencommandNameand aloadFactor.DelegatingCommandBusConnector.subscribe(QualifiedName commandName, int loadFactor) DistributedCommandBus.subscribe(QualifiedName name, CommandHandler handler) booleanCommandBusConnector.unsubscribe(QualifiedName commandName) Unsubscribes from a command with the givencommandName.booleanDelegatingCommandBusConnector.unsubscribe(QualifiedName commandName) -
Uses of QualifiedName in org.axonframework.messaging.commandhandling.interception
Methods in org.axonframework.messaging.commandhandling.interception with parameters of type QualifiedNameModifier and TypeMethodDescriptionInterceptingCommandBus.subscribe(QualifiedName name, CommandHandler commandHandler) -
Uses of QualifiedName in org.axonframework.messaging.commandhandling.retry
Methods in org.axonframework.messaging.commandhandling.retry with parameters of type QualifiedNameModifier and TypeMethodDescriptionRetryingCommandBus.subscribe(QualifiedName name, CommandHandler handler) -
Uses of QualifiedName in org.axonframework.messaging.commandhandling.tracing
Methods in org.axonframework.messaging.commandhandling.tracing with parameters of type QualifiedNameModifier and TypeMethodDescriptionTracingCommandBus.subscribe(QualifiedName name, CommandHandler commandHandler) -
Uses of QualifiedName in org.axonframework.messaging.core
Methods in org.axonframework.messaging.core that return QualifiedNameModifier and TypeMethodDescriptionMessageType.qualifiedName()Returns the value of thequalifiedNamerecord component.Constructors in org.axonframework.messaging.core with parameters of type QualifiedNameModifierConstructorDescriptionMessageType(QualifiedName name) AMessageTypeconstructor setting theversiontonull.MessageType(QualifiedName qualifiedName, String version) Compact constructor validating that the givenqualifiedNameis non-null. -
Uses of QualifiedName in org.axonframework.messaging.eventhandling
Methods in org.axonframework.messaging.eventhandling that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionDelegatingEventHandlingComponent.supportedEvents()EventHandlingComponent.supportedEvents()All supportedevents, referenced through aQualifiedName.SimpleEventHandlingComponent.supportedEvents()Methods in org.axonframework.messaging.eventhandling with parameters of type QualifiedNameModifier and TypeMethodDescriptionEventHandlerRegistry.subscribe(QualifiedName name, EventHandler eventHandler) SimpleEventHandlingComponent.subscribe(QualifiedName name, EventHandler handler) booleanDelegatingEventHandlingComponent.supports(QualifiedName eventName) default booleanEventHandlingComponent.supports(QualifiedName eventName) Checks whether the giveneventNameis supported by this component.Method parameters in org.axonframework.messaging.eventhandling with type arguments of type QualifiedNameModifier and TypeMethodDescriptiondefault SEventHandlerRegistry.subscribe(Set<QualifiedName> names, EventHandler eventHandler) SimpleEventHandlingComponent.subscribe(Set<QualifiedName> names, EventHandler handler) Constructors in org.axonframework.messaging.eventhandling with parameters of type QualifiedNameModifierConstructorDescriptionNoHandlerForEventException(QualifiedName eventName, String componentName) Constructs aNoHandlerForEventExceptionsignaling there was noEventHandlerfor the giveneventNamepresent in the component with the givencomponentName. -
Uses of QualifiedName in org.axonframework.messaging.eventhandling.annotation
Methods in org.axonframework.messaging.eventhandling.annotation that return types with arguments of type QualifiedName -
Uses of QualifiedName in org.axonframework.messaging.eventhandling.processing
Methods in org.axonframework.messaging.eventhandling.processing that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionProcessorEventHandlingComponents.supportedEvents()Retrieves a set of all event names supported by the components comprising this ProcessorEventHandlingComponents instance.Methods in org.axonframework.messaging.eventhandling.processing with parameters of type QualifiedNameModifier and TypeMethodDescriptionbooleanProcessorEventHandlingComponents.supports(QualifiedName eventName) Checks if the specified event name is supported by any of the components. -
Uses of QualifiedName in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.eventCriteriaProvider()Returns the function to buildEventCriteriafrom supported event types.Method parameters in org.axonframework.messaging.eventhandling.processing.streaming.pooled with type arguments of type QualifiedNameModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.eventCriteria(Function<Set<QualifiedName>, EventCriteria> eventCriteriaProvider) Sets the function to build theEventCriteriaused to filter events when opening the event source. -
Uses of QualifiedName in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Methods in org.axonframework.messaging.eventhandling.processing.streaming.segmenting that return types with arguments of type QualifiedNameMethods in org.axonframework.messaging.eventhandling.processing.streaming.segmenting with parameters of type QualifiedNameModifier and TypeMethodDescriptionbooleanSequenceOverridingEventHandlingComponent.supports(QualifiedName eventName) -
Uses of QualifiedName in org.axonframework.messaging.eventstreaming
Methods in org.axonframework.messaging.eventstreaming that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionEventCriterion.types()ASetofQualifiedNamescontaining all the types of events applicable for sourcing, streaming, or appending events.Methods in org.axonframework.messaging.eventstreaming with parameters of type QualifiedNameModifier and TypeMethodDescriptiondefault EventCriteriaEventTypeRestrictableEventCriteria.andBeingOneOfTypes(QualifiedName... types) Define that the event must be one of the providedtypes.booleanEventCriteria.matches(QualifiedName type, Set<Tag> tags) Indicates whether the giventypeandtagsmatches the types and tags defined in this or these criteria.default booleanEventsCondition.matches(QualifiedName type, Set<Tag> tags) Indicates whether the criteria defined in this condition matches against the giventypeandtags.Method parameters in org.axonframework.messaging.eventstreaming with type arguments of type QualifiedNameModifier and TypeMethodDescriptionEventTypeRestrictableEventCriteria.andBeingOneOfTypes(Set<QualifiedName> types) Define that the event must be one of the providedtypes. -
Uses of QualifiedName in org.axonframework.messaging.queryhandling
Methods in org.axonframework.messaging.queryhandling that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionQueryHandlingComponent.supportedQueries()All supportedqueries, referenced through aQualifiedName.SimpleQueryHandlingComponent.supportedQueries()Methods in org.axonframework.messaging.queryhandling with parameters of type QualifiedNameModifier and TypeMethodDescriptionvoidQueryUpdateEmitter.complete(QualifiedName queryName, Predicate<Object> filter) Completes subscription queries matching the givenqueryNameandfilter.voidSimpleQueryUpdateEmitter.complete(QualifiedName queryName, Predicate<Object> filter) voidQueryUpdateEmitter.completeExceptionally(QualifiedName queryName, Predicate<Object> filter, Throwable cause) Completes subscription queries with the givencausematching givenqueryNameandfilter.voidSimpleQueryUpdateEmitter.completeExceptionally(QualifiedName queryName, Predicate<Object> filter, Throwable cause) default voidQueryUpdateEmitter.emit(QualifiedName queryName, Predicate<Object> filter, Object update) Emits givenupdateto subscription queries matching the givenqueryNameand givenfilter.voidQueryUpdateEmitter.emit(QualifiedName queryName, Predicate<Object> filter, Supplier<Object> updateSupplier) Emits the outcome of theupdateSupplierto subscription queries matching the givenqueryNameand givenfilter.voidSimpleQueryUpdateEmitter.emit(QualifiedName queryName, Predicate<Object> filter, Supplier<Object> updateSupplier) QueryHandlerRegistry.subscribe(QualifiedName queryName, QueryHandler queryHandler) SimpleQueryBus.subscribe(QualifiedName queryName, QueryHandler queryHandler) SimpleQueryHandlingComponent.subscribe(QualifiedName queryName, QueryHandler handler) Method parameters in org.axonframework.messaging.queryhandling with type arguments of type QualifiedNameModifier and TypeMethodDescriptiondefault SQueryHandlerRegistry.subscribe(Set<QualifiedName> names, QueryHandler queryHandler) Constructors in org.axonframework.messaging.queryhandling with parameters of type QualifiedNameModifierConstructorDescriptionDuplicateQueryHandlerSubscriptionException(QualifiedName name, QueryHandler initialHandler, QueryHandler duplicateHandler) Initialize a duplicateQueryHandlersubscription exception using the giveninitialHandlerandduplicateHandlerto form a specific message. -
Uses of QualifiedName in org.axonframework.messaging.queryhandling.annotation
Methods in org.axonframework.messaging.queryhandling.annotation that return types with arguments of type QualifiedName -
Uses of QualifiedName in org.axonframework.messaging.queryhandling.configuration
Methods in org.axonframework.messaging.queryhandling.configuration with parameters of type QualifiedNameModifier and TypeMethodDescriptionQueryHandlingModule.QueryHandlerPhase.queryHandler(QualifiedName queryName, ComponentBuilder<QueryHandler> queryHandlerBuilder) Registers the givenqueryHandlerBuilderfor the given qualifiedqueryNamewithin this module.QueryHandlingModule.QueryHandlerPhase.queryHandler(QualifiedName queryName, QueryHandler queryHandler) Registers the givenqueryHandlerfor the given qualifiedqueryNameandresponseNamewithin this module. -
Uses of QualifiedName in org.axonframework.messaging.queryhandling.distributed
Methods in org.axonframework.messaging.queryhandling.distributed with parameters of type QualifiedNameModifier and TypeMethodDescriptionDelegatingQueryBusConnector.subscribe(QualifiedName name) DistributedQueryBus.subscribe(QualifiedName queryName, QueryHandler queryHandler) QueryBusConnector.subscribe(QualifiedName name) Subscribes this connector to queries matching the givenname.booleanDelegatingQueryBusConnector.unsubscribe(QualifiedName name) booleanQueryBusConnector.unsubscribe(QualifiedName name) Unsubscribes this connector from queries with the givenname. -
Uses of QualifiedName in org.axonframework.messaging.queryhandling.interception
Methods in org.axonframework.messaging.queryhandling.interception with parameters of type QualifiedNameModifier and TypeMethodDescriptionInterceptingQueryBus.subscribe(QualifiedName queryName, QueryHandler queryHandler) -
Uses of QualifiedName in org.axonframework.modelling
Methods in org.axonframework.modelling that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionEntityEvolvingComponent.supportedEvents()All supportedevents, referenced through aQualifiedName.SimpleEntityEvolvingComponent.supportedEvents()Constructor parameters in org.axonframework.modelling with type arguments of type QualifiedNameModifierConstructorDescriptionSimpleEntityEvolvingComponent(Map<QualifiedName, EntityEvolver<E>> entityEvolvers) Constructs aSimpleEntityEvolvingComponentthat evolves an entity of typeethrough the givenentityEvolvers. -
Uses of QualifiedName in org.axonframework.modelling.annotation
Methods in org.axonframework.modelling.annotation that return types with arguments of type QualifiedName -
Uses of QualifiedName in org.axonframework.modelling.entity
Methods in org.axonframework.modelling.entity that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionConcreteEntityMetamodel.supportedCommands()EntityCommandHandlingComponent.supportedCommands()EntityMetamodel.supportedCommands()Returns the set of allQualifiedNamesthat this metamodel supports for command handlers, both creational and instance commands.PolymorphicEntityMetamodel.supportedCommands()ConcreteEntityMetamodel.supportedCreationalCommands()EntityMetamodel.supportedCreationalCommands()Returns the set of allQualifiedNamesthat this metamodel supports for creating entities.PolymorphicEntityMetamodel.supportedCreationalCommands()ConcreteEntityMetamodel.supportedInstanceCommands()EntityMetamodel.supportedInstanceCommands()Returns the set of allQualifiedNamesthat this metamodel supports for instance commands.PolymorphicEntityMetamodel.supportedInstanceCommands()Methods in org.axonframework.modelling.entity with parameters of type QualifiedNameModifier and TypeMethodDescriptionEntityMetamodelBuilder.creationalCommandHandler(QualifiedName qualifiedName, CommandHandler messageHandler) Adds aCommandHandlerto this metamodel for the givenQualifiedNamethat is in charge of creation of the entity.PolymorphicEntityMetamodelBuilder.creationalCommandHandler(QualifiedName qualifiedName, CommandHandler messageHandler) EntityMetamodelBuilder.instanceCommandHandler(QualifiedName qualifiedName, EntityCommandHandler<E> messageHandler) Adds anEntityCommandHandlerto this metamodel for the givenQualifiedName.PolymorphicEntityMetamodelBuilder.instanceCommandHandler(QualifiedName qualifiedName, EntityCommandHandler<E> messageHandler) -
Uses of QualifiedName in org.axonframework.modelling.entity.annotation
Methods in org.axonframework.modelling.entity.annotation that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionAnnotatedEntityMetamodel.supportedCommands()AnnotatedEntityMetamodel.supportedCreationalCommands()AnnotatedEntityMetamodel.supportedInstanceCommands()Methods in org.axonframework.modelling.entity.annotation with parameters of type QualifiedNameModifier and TypeMethodDescriptionClass<?> AnnotatedEntityMetamodel.getExpectedRepresentation(QualifiedName qualifiedName) Returns theClassof the expected representation for handlers of the givenqualifiedName. -
Uses of QualifiedName in org.axonframework.modelling.entity.child
Methods in org.axonframework.modelling.entity.child that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionAbstractEntityChildMetamodel.supportedCommands()EntityChildMetamodel.supportedCommands()Returns the set of allQualifiedNamesthat this metamodel supports for command handlers. -
Uses of QualifiedName in org.axonframework.test.fixture
Methods in org.axonframework.test.fixture with parameters of type QualifiedNameModifier and TypeMethodDescriptionRecordingCommandBus.subscribe(QualifiedName name, CommandHandler commandHandler) -
Uses of QualifiedName in org.axonframework.test.util
Methods in org.axonframework.test.util that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionRecordingCommandBus.getSubscriptions()Returns a Map will all Command Names and their Command Handler that have been subscribed to this command bus.Methods in org.axonframework.test.util with parameters of type QualifiedNameModifier and TypeMethodDescriptionbooleanRecordingCommandBus.isSubscribed(QualifiedName commandName, CommandHandler commandHandler) Indicates whether the givencommandHandleris subscribed to commands of the givencommandTypeon this command bus.RecordingCommandBus.subscribe(QualifiedName name, CommandHandler handler)