Uses of Class
org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Packages that use TokenSchema
Package
Description
-
Uses of TokenSchema in org.axonframework.eventhandling.tokenstore.jdbc
Methods in org.axonframework.eventhandling.tokenstore.jdbc that return TokenSchemaModifier and TypeMethodDescriptionTokenSchema.Builder.build()Builds a newTokenSchemafrom builder values.Methods in org.axonframework.eventhandling.tokenstore.jdbc with parameters of type TokenSchemaModifier and TypeMethodDescriptionGenericTokenTableFactory.createTable(Connection connection, TokenSchema schema) Oracle11TokenTableFactory.createTable(Connection connection, TokenSchema schema) TokenTableFactory.createTable(Connection connection, TokenSchema schema) Creates a PreparedStatement that allows for the creation of the table to store tracking token entries.JdbcTokenStore.Builder.schema(TokenSchema schema) Sets theschemawhich describes a JDBC token entry for thisTokenStore. -
Uses of TokenSchema in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return TokenSchemaMethods in org.axonframework.springboot.autoconfig with parameters of type TokenSchemaModifier and TypeMethodDescriptionJdbcAutoConfiguration.tokenStore(ConnectionProvider connectionProvider, Serializer serializer, TokenSchema tokenSchema)