Package org.axonframework.extension.spring.messaging
package org.axonframework.extension.spring.messaging
Utility classes used to connect Axon Event publishing mechanisms to a Spring Messaging Channel.
-
ClassDescriptionComponent that forward events received from a
SubscribableEventSourceas SpringApplicationEventto the ApplicationContext.AnEventMessageConverterthat will convert an Axon event message into a Spring message by: Copying axon event payload into Spring message payload. Copying axon event metadata into Spring message headers. Adding axon event message specific attributes - that are not part of axon metadata - to the Spring message Headers.Interface describing a mechanism that converts Spring Messages from an Axon Event Messages and vice versa.Adapter class that publishes Events from a Spring Messaging Message Channel on the Event Bus.Adapter class that sends Events from an event bus to a Spring Messaging Message Channel.