public class ConfiguringLifecycleProcessor extends org.springframework.context.support.DefaultLifecycleProcessor implements ConfigurableLifecycle
Constructor and Description |
---|
ConfiguringLifecycleProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
configure()
Configure this component.
|
getLifecycleBeans, getPhase, isRunning, onClose, onRefresh, setBeanFactory, setTimeoutPerShutdownPhase, start, stop
public void configure() throws ConfigurationException
ConfigurableLifecycle
In the case of a container, this will propagate the start signal to all components that apply.
configure
in interface ConfigurableLifecycle
ConfigurationException
- in case it was not able to configure the component.Copyright © 2023 Frank!Framework. All rights reserved.