Uses of Class
org.axonframework.serialization.upcasting.event.EventUpcasterChain
Packages that use EventUpcasterChain
-
Uses of EventUpcasterChain in org.axonframework.config
Methods in org.axonframework.config that return EventUpcasterChainModifier and TypeMethodDescriptionprotected EventUpcasterChainDefaultConfigurer.defaultUpcasterChain(Configuration config) Provides the defaultEventUpcasterChainimplementation, looping through allregisteredEventUpcastersto collect them for a freshEventUpcasterChain.Configuration.upcasterChain()Returns the EventUpcasterChain with all registered upcasters. -
Uses of EventUpcasterChain in org.axonframework.spring.config
Methods in org.axonframework.spring.config that return EventUpcasterChain