Class ServerConnectorConfigurerModule
java.lang.Object
org.axonframework.axonserver.connector.ServerConnectorConfigurerModule
- All Implemented Interfaces:
ConfigurerModule
Configurer module which is auto-loadable by the
DefaultConfigurer that sets sensible
default to use when the AxonServer connector is available on the classpath.- Since:
- 4.0
- Author:
- Allard Buijze
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureModule(Configurer configurer) Configure this module to the given globalConfigurer.intorder()Returns the relative order this configurer should be invoked, compared to other intstances.
-
Constructor Details
-
ServerConnectorConfigurerModule
public ServerConnectorConfigurerModule()
-
-
Method Details
-
configureModule
Description copied from interface:ConfigurerModuleConfigure this module to the given globalConfigurer.- Specified by:
configureModulein interfaceConfigurerModule- Parameters:
configurer- aConfigurerinstance to configure this module with
-
order
public int order()Description copied from interface:ConfigurerModuleReturns the relative order this configurer should be invoked, compared to other intstances.Use lower (negative) values for modules providing sensible defaults, and higher values for modules overriding values potentially previously set.
- Specified by:
orderin interfaceConfigurerModule- Returns:
- the order in which this configurer should be invoked
-