Class MessageHandlerRegistrar

java.lang.Object
org.axonframework.config.MessageHandlerRegistrar
All Implemented Interfaces:
Lifecycle

public class MessageHandlerRegistrar extends Object implements Lifecycle
The MessageHandlerRegistrar manages the lifecycle of a message handling component, by defining a start() and shutdown() method and keeping hold of the message handler's Registration.

Note that this component is not intended for Event Handling Components, as those should be registered through the EventProcessingConfigurer.

Since:
4.3
Author:
Steven van Beelen