Uses of Class
org.axonframework.eventhandling.tokenstore.UnableToInitializeTokenException
Packages that use UnableToInitializeTokenException
Package
Description
-
Uses of UnableToInitializeTokenException in org.axonframework.eventhandling.tokenstore
Methods in org.axonframework.eventhandling.tokenstore that throw UnableToInitializeTokenExceptionModifier and TypeMethodDescriptiondefault voidTokenStore.initializeSegment(TrackingToken token, String processorName, int segment) Initializes a segment with givensegmentfor the processor with givenprocessorNameto contain the giventoken. -
Uses of UnableToInitializeTokenException in org.axonframework.eventhandling.tokenstore.inmemory
Methods in org.axonframework.eventhandling.tokenstore.inmemory that throw UnableToInitializeTokenExceptionModifier and TypeMethodDescriptionvoidInMemoryTokenStore.initializeSegment(TrackingToken token, String processorName, int segment) -
Uses of UnableToInitializeTokenException in org.axonframework.eventhandling.tokenstore.jdbc
Methods in org.axonframework.eventhandling.tokenstore.jdbc that throw UnableToInitializeTokenExceptionModifier and TypeMethodDescriptionvoidJdbcTokenStore.initializeSegment(TrackingToken token, String processorName, int segment) -
Uses of UnableToInitializeTokenException in org.axonframework.eventhandling.tokenstore.jpa
Methods in org.axonframework.eventhandling.tokenstore.jpa that throw UnableToInitializeTokenExceptionModifier and TypeMethodDescriptionvoidJpaTokenStore.initializeSegment(TrackingToken token, String processorName, int segment) -
Uses of UnableToInitializeTokenException in org.axonframework.eventhandling.tokenstore.legacyjpa
Methods in org.axonframework.eventhandling.tokenstore.legacyjpa that throw UnableToInitializeTokenExceptionModifier and TypeMethodDescriptionvoidJpaTokenStore.initializeSegment(TrackingToken token, String processorName, int segment) Deprecated.