Uses of Record Class
org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
Packages that use AbstractComponent.HandlerRegistration
-
Uses of AbstractComponent.HandlerRegistration in org.axonframework.common.configuration
Constructor parameters in org.axonframework.common.configuration with type arguments of type AbstractComponent.HandlerRegistrationModifierConstructorDescriptionprotectedAbstractComponent(Component.Identifier<C> identifier, List<AbstractComponent.HandlerRegistration<A>> startHandlers, List<AbstractComponent.HandlerRegistration<A>> shutdownHandlers) Initialize the component with givenidentifierand given preconfiguredstartHandlersandshutdownHandlerslifecycle handlers.