Uses of Package
io.axoniq.framework.axonserver.connector.event
Packages that use io.axoniq.framework.axonserver.connector.event
Package
Description
Part of the Axon Server Connector module.
Axon Server specific multi-tenant event streaming infrastructure, giving each tenant its own persistent stream and
labelling the events it delivers with the tenant they belong to.
Spring Boot auto configuration for Axoniq Framework.
-
Classes in io.axoniq.framework.axonserver.connector.event used by io.axoniq.framework.axonserver.connector.eventClassDescriptionAn
EventStorageEngineimplementation using Axon Server through theaxonserver-connector-javaproject.Places resources on theProcessingContextthat aPersistentStreamConnectionspans over a batch of events, returning the context the events of that batch are consumed with.Factory for creating theSubscribableEventSourcethat consumes a persistent stream on Axon Server.Functional interface towards constructing aScheduledExecutorServicefor aPersistentStreamEventSource.Wrapper around the Axon FrameworkEventConverterthat can convertTaggedEventMessages(Axon Framework representation) toTaggedEvents(Axon Server representation). -
Classes in io.axoniq.framework.axonserver.connector.event used by io.axoniq.framework.messaging.multitenancy.axonserver.eventstreamingClassDescriptionFactory for creating the
SubscribableEventSourcethat consumes a persistent stream on Axon Server. -
Classes in io.axoniq.framework.axonserver.connector.event used by io.axoniq.framework.springboot.autoconfigClassDescriptionFactory for creating the
SubscribableEventSourcethat consumes a persistent stream on Axon Server.Functional interface towards constructing aScheduledExecutorServicefor aPersistentStreamEventSource.