public class StandardIntegrationFlow extends Object implements IntegrationFlow, SmartLifecycle
Modifier and Type | Method and Description |
---|---|
void |
configure(IntegrationFlowDefinition<?> flow) |
List<Object> |
getIntegrationComponents() |
int |
getPhase() |
boolean |
isAutoStartup() |
boolean |
isRegisterComponents() |
boolean |
isRunning() |
void |
setIntegrationComponents(List<Object> integrationComponents) |
void |
start() |
void |
stop() |
void |
stop(Runnable callback) |
public boolean isRegisterComponents()
public void configure(IntegrationFlowDefinition<?> flow)
configure
in interface IntegrationFlow
public void stop(Runnable callback)
stop
in interface SmartLifecycle
public boolean isAutoStartup()
isAutoStartup
in interface SmartLifecycle