@FunctionalInterface public interface StepHandler<T extends Step>
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.model.ProcessorDefinition<?> |
handle(T step,
org.apache.camel.model.ProcessorDefinition<?> route) |
org.apache.camel.model.ProcessorDefinition<?> handle(T step, org.apache.camel.model.ProcessorDefinition<?> route)
step - the steproute - the handlerCopyright © 2019 The Apache Software Foundation. All rights reserved.