Uses of Interface
org.axonframework.common.configuration.ComponentDecorator
Packages that use ComponentDecorator
-
Uses of ComponentDecorator in org.axonframework.common.configuration
Methods in org.axonframework.common.configuration with parameters of type ComponentDecoratorModifier and TypeMethodDescriptiondefault <C,D extends C>
ComponentRegistryComponentRegistry.registerDecorator(Class<C> type, int order, ComponentDecorator<C, D> decorator) Registers aComponentdecoratorthat will act on allregisteredcomponents of the giventype, regardless of component name.default <C,D extends C>
ComponentRegistryComponentRegistry.registerDecorator(Class<C> type, String name, int order, ComponentDecorator<C, D> decorator) Registers adecoratorthat will act onregisteredcomponents of the giventypeandnamecombination.<D extends C>
DecoratorDefinition<C, D> DecoratorDefinition.PartialDecoratorDefinition.with(ComponentDecorator<C, D> decorator) Defines the decorator function to use to decorate target components.