Class PostgresTokenTableFactory
java.lang.Object
org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
- All Implemented Interfaces:
TokenTableFactory
Jdbc token entry table factory for Postgres databases.
- Author:
- Rene de Waele
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PostgresTokenTableFactoryCreates a singleton reference the the PostgresTokenTableFactory implementation. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
createTable
-
Field Details
-
INSTANCE
Creates a singleton reference the the PostgresTokenTableFactory implementation.
-
-
Constructor Details
-
PostgresTokenTableFactory
protected PostgresTokenTableFactory()
-
-
Method Details
-
tokenType
Description copied from class:GenericTokenTableFactoryReturns the sql to describe the type of token column.- Overrides:
tokenTypein classGenericTokenTableFactory- Returns:
- the sql for the token column
-