Class PostgresTokenTableFactory

java.lang.Object
org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
All Implemented Interfaces:
TokenTableFactory

public class PostgresTokenTableFactory extends GenericTokenTableFactory
Jdbc token entry table factory for Postgres databases.
Author:
Rene de Waele
  • Field Details

    • INSTANCE

      public static final PostgresTokenTableFactory INSTANCE
      Creates a singleton reference the the PostgresTokenTableFactory implementation.
  • Constructor Details

    • PostgresTokenTableFactory

      protected PostgresTokenTableFactory()
  • Method Details