public class StandardIntegrationFlow extends java.lang.Object implements IntegrationFlow
Modifier and Type | Method and Description |
---|---|
void |
accept(IntegrationFlowDefinition<?> flow)
Execute the logic of the action, accepting the given parameter.
|
java.util.Set<java.lang.Object> |
getIntegrationComponents() |
public java.util.Set<java.lang.Object> getIntegrationComponents()
public void accept(IntegrationFlowDefinition<?> flow)
Consumer
accept
in interface Consumer<IntegrationFlowDefinition<?>>
flow
- The parameter to pass to the consumer.