Uses of Interface
org.axonframework.common.configuration.ComponentDefinition.ComponentCreator
Packages that use ComponentDefinition.ComponentCreator
-
Uses of ComponentDefinition.ComponentCreator in org.axonframework.common.configuration
Classes in org.axonframework.common.configuration that implement ComponentDefinition.ComponentCreatorModifier and TypeClassDescriptionclassAbstractComponent<C,A extends C> Base implementation of aComponentandComponentDefinition.ComponentCreatorto simplify definition and creation of components through aComponentDefinition.classImplementation ofComponentandComponentDefinitionthat wraps a pre-instantiated component.classLazyInitializedComponentDefinition<C,A extends C> Implementation ofComponentandComponentDefinitionthat instantiates a component using a configured builder.