Package org.axonframework.axonserver.connector.event
package org.axonframework.axonserver.connector.event
-
ClassDescriptionEvent Storage Engine implementation that uses the aggregate-oriented APIs of Axon Server, allowing it to interact with versions that do not have DCB support.An
EventStorageEngineimplementation using Axon Server through theaxonserver-connector-javaproject.AComponentFactoryimplementation that generatesAxonServerEventStorageEngineinstances.Utility class containing operations to convert Axon Framework'sSourcingConditionandStreamingConditioninto an Axon ServerSourceEventsRequestandStreamEventsRequestrespectively.Service that listens toPlatformOutboundInstructionsto controlEventProcessorswhen requested by Axon Server.AMessageStreamimplementation backed by aResultStreamofSourceEventsResponsesfrom Axon Server, translating theSourceEventsResponsesintoEventMessagesas it moves along.AMessageStreamimplementation backed by aResultStreamofStreamEventsResponsesfrom Axon Server, translating theStreamEventsResponsesintoEventMessagesas it moves along.Wrapper around the Axon FrameworkEventConverterthat can convertTaggedEventMessages(Axon Framework representation) toTaggedEvents(Axon Server representation).