Interface StartStepParser
-
- All Superinterfaces:
StepParser
- All Known Implementing Classes:
ErrorHandlerStepParser
,FromStepParser
,OnExceptionStepParser
,RestStepParser
,RouteStepParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface StartStepParser extends StepParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.camel.k.loader.yaml.spi.StepParser
StepParser.Context, StepParser.Resolver
-
-
Field Summary
-
Fields inherited from interface org.apache.camel.k.loader.yaml.spi.StepParser
SERVICE_LOCATION
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static org.apache.camel.model.ProcessorDefinition<?>
invoke(StepParser.Context context, String stepId)
org.apache.camel.model.ProcessorDefinition<?>
toStartProcessor(StepParser.Context context)
-
-
-
Method Detail
-
toStartProcessor
org.apache.camel.model.ProcessorDefinition<?> toStartProcessor(StepParser.Context context)
- Parameters:
context
-
-
invoke
static org.apache.camel.model.ProcessorDefinition<?> invoke(StepParser.Context context, String stepId)
-
-