Uses of Class
org.axonframework.messaging.eventhandling.processing.streaming.token.store.UnableToClaimTokenException
Packages that use UnableToClaimTokenException
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of UnableToClaimTokenException in org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory
Methods in org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory that throw UnableToClaimTokenExceptionModifier and TypeMethodDescriptionInMemoryTokenStore.deleteToken(String processorName, int segment, @Nullable ProcessingContext context) InMemoryTokenStore.initializeTokenSegments(String processorName, int segmentCount, @Nullable TrackingToken initialToken, @Nullable ProcessingContext context) -
Uses of UnableToClaimTokenException in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Methods in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc that throw UnableToClaimTokenExceptionModifier and TypeMethodDescriptionJdbcTokenStore.fetchToken(String processorName, int segment, @Nullable ProcessingContext context) JdbcTokenStore.fetchToken(String processorName, Segment segment, @Nullable ProcessingContext context)