Uses of Class
org.axonframework.eventhandling.tokenstore.UnableToClaimTokenException
Packages that use UnableToClaimTokenException
Package
Description
-
Uses of UnableToClaimTokenException in org.axonframework.eventhandling.tokenstore
Methods in org.axonframework.eventhandling.tokenstore that throw UnableToClaimTokenExceptionModifier and TypeMethodDescriptiondefault voidTokenStore.deleteToken(String processorName, int segment) Deletes the token for the processor with givenprocessorNameandsegment.default voidTokenStore.extendClaim(String processorName, int segment) Extends the claim on the current token held by the this node for the givenprocessorNameandsegment.TokenStore.fetchToken(String processorName, int segment) default TrackingTokenTokenStore.fetchToken(String processorName, Segment segment) default voidTokenStore.initializeTokenSegments(String processorName, int segmentCount) Initializes the givensegmentCountnumber of segments for the givenprocessorNameto track its tokens.default voidTokenStore.initializeTokenSegments(String processorName, int segmentCount, TrackingToken initialToken) Initializes the givensegmentCountnumber of segments for the givenprocessorNameto track its tokens.voidTokenStore.storeToken(TrackingToken token, String processorName, int segment) Stores the giventokenin the store. -
Uses of UnableToClaimTokenException in org.axonframework.eventhandling.tokenstore.inmemory
Methods in org.axonframework.eventhandling.tokenstore.inmemory that throw UnableToClaimTokenExceptionModifier and TypeMethodDescriptionvoidInMemoryTokenStore.deleteToken(String processorName, int segment) voidInMemoryTokenStore.initializeTokenSegments(String processorName, int segmentCount) voidInMemoryTokenStore.initializeTokenSegments(String processorName, int segmentCount, TrackingToken initialToken) -
Uses of UnableToClaimTokenException in org.axonframework.eventhandling.tokenstore.jdbc
Methods in org.axonframework.eventhandling.tokenstore.jdbc that throw UnableToClaimTokenExceptionModifier and TypeMethodDescriptionJdbcTokenStore.fetchToken(String processorName, int segment) JdbcTokenStore.fetchToken(String processorName, Segment segment) voidJdbcTokenStore.initializeTokenSegments(String processorName, int segmentCount) voidJdbcTokenStore.initializeTokenSegments(String processorName, int segmentCount, TrackingToken initialToken) voidJdbcTokenStore.storeToken(TrackingToken token, String processorName, int segment) -
Uses of UnableToClaimTokenException in org.axonframework.eventhandling.tokenstore.jpa
Methods in org.axonframework.eventhandling.tokenstore.jpa that throw UnableToClaimTokenExceptionModifier and TypeMethodDescriptionvoidJpaTokenStore.deleteToken(String processorName, int segment) voidJpaTokenStore.extendClaim(String processorName, int segment) JpaTokenStore.fetchToken(String processorName, Segment segment) voidJpaTokenStore.initializeTokenSegments(String processorName, int segmentCount) voidJpaTokenStore.initializeTokenSegments(String processorName, int segmentCount, TrackingToken initialToken) -
Uses of UnableToClaimTokenException in org.axonframework.eventhandling.tokenstore.legacyjpa
Methods in org.axonframework.eventhandling.tokenstore.legacyjpa that throw UnableToClaimTokenExceptionModifier and TypeMethodDescriptionvoidJpaTokenStore.deleteToken(String processorName, int segment) Deprecated.voidJpaTokenStore.extendClaim(String processorName, int segment) Deprecated.JpaTokenStore.fetchToken(String processorName, Segment segment) Deprecated.voidJpaTokenStore.initializeTokenSegments(String processorName, int segmentCount) Deprecated.voidJpaTokenStore.initializeTokenSegments(String processorName, int segmentCount, TrackingToken initialToken) Deprecated.