Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore | |
org.axonframework.eventhandling.tokenstore.jdbc | |
org.axonframework.eventhandling.tokenstore.jpa |
Modifier and Type | Method and Description |
---|---|
default void |
TokenStore.extendClaim(String processorName,
int segment)
Extends the claim on the current token held by the this node for the given
processorName and
segment . |
TrackingToken |
TokenStore.fetchToken(String processorName,
int segment)
|
void |
TokenStore.storeToken(TrackingToken token,
String processorName,
int segment)
Stores the given
token in the store. |
Modifier and Type | Method and Description |
---|---|
TrackingToken |
JdbcTokenStore.fetchToken(String processorName,
int segment) |
void |
JdbcTokenStore.storeToken(TrackingToken token,
String processorName,
int segment) |
Modifier and Type | Method and Description |
---|---|
void |
JpaTokenStore.extendClaim(String processorName,
int segment) |
Copyright © 2010–2017. All rights reserved.