Class AxonServerEventStorageEngine

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

public class AxonServerEventStorageEngine extends Object implements EventStorageEngine
An EventStorageEngine implementation using Axon Server through the axonserver-connector-java project.
Since:
5.0.0
Author:
Steven van Beelen
  • Constructor Details

    • AxonServerEventStorageEngine

      public AxonServerEventStorageEngine(@Nonnull io.axoniq.axonserver.connector.AxonServerConnection connection, @Nonnull EventConverter converter)
      Constructs an AxonServerEventStorageEngine with the given connection and converter.
      Parameters:
      connection - The context-specific backing connection to Axon Server.
      converter - The converter to use to serialize payloads and complex Metadata values into bytes.
  • Method Details