Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore | |
org.axonframework.eventhandling.tokenstore.jdbc | |
org.axonframework.eventhandling.tokenstore.jpa |
Modifier and Type | Class and Description |
---|---|
class |
GenericTokenEntry<T>
Generic implementation of a token entry.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTokenEntry<?> |
JdbcTokenStore.readTokenEntry(ResultSet resultSet)
Convert given
resultSet to an AbstractTokenEntry . |
Modifier and Type | Method and Description |
---|---|
protected TrackingToken |
JdbcTokenStore.claimToken(Connection connection,
AbstractTokenEntry<?> entry)
Tries to claim the given token
entry . |
Modifier and Type | Class and Description |
---|---|
class |
TokenEntry
Implementation of a token entry compatible with JPA that stores its serialized token as a byte array.
|
Copyright © 2010–2023. All rights reserved.