Package com.turbospaces.plugins
Class JGroupsBootstrapInitializer
java.lang.Object
com.turbospaces.boot.AbstractBootstrapAware
com.turbospaces.plugins.JGroupsBootstrapInitializer
- All Implemented Interfaces:
BootstrapAware,org.springframework.beans.factory.BeanFactory,org.springframework.boot.BootstrapRegistryInitializer,org.springframework.core.Ordered
public class JGroupsBootstrapInitializer
extends AbstractBootstrapAware
implements org.springframework.boot.BootstrapRegistryInitializer, org.springframework.core.Ordered
-
Field Summary
Fields inherited from class com.turbospaces.boot.AbstractBootstrapAware
bootstrap, loggerFields inherited from interface org.springframework.beans.factory.BeanFactory
FACTORY_BEAN_PREFIXFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()voidinitialize(org.springframework.boot.BootstrapRegistry registry) Methods inherited from class com.turbospaces.boot.AbstractBootstrapAware
containsBean, getAliases, getBean, getBean, getBean, getBean, getBean, getBeanProvider, getBeanProvider, getType, getType, isPrototype, isSingleton, isTypeMatch, isTypeMatch, setBootstrap
-
Constructor Details
-
JGroupsBootstrapInitializer
public JGroupsBootstrapInitializer() -
JGroupsBootstrapInitializer
public JGroupsBootstrapInitializer(boolean discardOwnMessages)
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
initialize
public void initialize(org.springframework.boot.BootstrapRegistry registry) - Specified by:
initializein interfaceorg.springframework.boot.BootstrapRegistryInitializer
-