Interface JoorMethod


  • public interface JoorMethod
    Interface for the compiled joor method when evaluating as Camel Expression.
    • Method Detail

      • evaluate

        Object evaluate​(org.apache.camel.CamelContext context,
                        org.apache.camel.Exchange exchange,
                        org.apache.camel.Message message,
                        Object body,
                        Optional<?> optionalBody)
                 throws Exception
        Throws:
        Exception