Uses of Class
org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
Packages that use PropertySequencingPolicy.Builder
-
Uses of PropertySequencingPolicy.Builder in org.axonframework.eventhandling.async
Methods in org.axonframework.eventhandling.async that return PropertySequencingPolicy.BuilderModifier and TypeMethodDescriptionstatic <T,K> PropertySequencingPolicy.Builder <T, K> Instantiate a Builder to be able to create aPropertySequencingPolicy.PropertySequencingPolicy.Builder.fallbackSequencingPolicy(SequencingPolicy<EventMessage> fallbackSequencingPolicy) Defines the fallback sequencing policy, the sequencing policy which is applied if the event message payload is not of a supported type.PropertySequencingPolicy.Builder.propertyExtractor(Function<T, K> propertyExtractor) Defines the property extractor, a function which is applied to the event message payload to extract the sequence identifier.PropertySequencingPolicy.Builder.propertyName(String propertyName) Defines the name of the property to be extracted as sequence identifier.Constructors in org.axonframework.eventhandling.async with parameters of type PropertySequencingPolicy.BuilderModifierConstructorDescriptionprotectedInstantiate aPropertySequencingPolicybased on the fields contained in thePropertySequencingPolicy.Builder.