Package org.axonframework.config
Class AxonIQConsoleModule
java.lang.Object
org.axonframework.config.AxonIQConsoleModule
- All Implemented Interfaces:
ModuleConfiguration
Module related to AxonIQ console, for now it's just logging information about AxonIQ console when it's not suppressed
and the console-framework-client is not available.
- Since:
- 4.9.0
- Author:
- Gerard Klijs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Configuration config) Initialize the module configuration using the given globalconfig.
-
Constructor Details
-
AxonIQConsoleModule
public AxonIQConsoleModule()
-
-
Method Details
-
initialize
Description copied from interface:ModuleConfigurationInitialize the module configuration using the given globalconfig. Any specific start up or shut down processes should be added here by using the providedconfigand invokeLifecycleOperations.onStart(int, LifecycleHandler)andLifecycleOperations.onShutdown(int, LifecycleHandler)respectively.- Specified by:
initializein interfaceModuleConfiguration- Parameters:
config- the global configuration, providing access to generic components
-