Class AggregateBasedAxonServerEventStorageEngine

java.lang.Object
org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
All Implemented Interfaces:
DescribableComponent, EventStorageEngine

public class AggregateBasedAxonServerEventStorageEngine extends Object implements EventStorageEngine
Event Storage Engine implementation that uses the aggregate-oriented APIs of Axon Server, allowing it to interact with versions that do not have DCB support.
Since:
5.0.0
Author:
Allard Buijze
  • Constructor Details

    • AggregateBasedAxonServerEventStorageEngine

      public AggregateBasedAxonServerEventStorageEngine(@Nonnull io.axoniq.axonserver.connector.AxonServerConnection connection, @Nonnull EventConverter converter)
      Initialize the LegacyAxonServerEventStorageEngine with given connection to Axon Server and given payloadConverter to convert payloads of appended messages (to bytes).
      Parameters:
      connection - The backing connection to Axon Server
      converter - The converter to use to serialize payloads to bytes
  • Method Details