Interface ExpressionFactory

  • 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 ExpressionFactory
    A factory for creating Expression
    • Method Detail

      • createExpression

        Expression createExpression​(CamelContext camelContext)
        Creates an expression
        Parameters:
        camelContext - the camel context
        Returns:
        the created expression.