Interface RouteExecutionStrategyFactory<ES>

Type Parameters:
ES - protocol-specific execution strategy implementation
All Known Implementing Classes:
DefaultRouteExecutionStrategyFactory
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 RouteExecutionStrategyFactory<ES>
A factory that creates an execution strategy for different ids of RouteExecutionStrategy annotation.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String id)
    Gets an execution strategy for the specified idid of RouteExecutionStrategy annotation.