Class DirectVmConsumerExpression

java.lang.Object
org.apache.camel.support.ExpressionSupport
org.apache.camel.support.ExpressionAdapter
org.apache.camel.component.directvm.DirectVmConsumerExpression
All Implemented Interfaces:
org.apache.camel.Expression, org.apache.camel.Predicate

public class DirectVmConsumerExpression extends org.apache.camel.support.ExpressionAdapter
The expression to select direct-vm consumers based on ant-like path pattern matching.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(org.apache.camel.Exchange exchange)
     
     

    Methods inherited from class org.apache.camel.support.ExpressionAdapter

    assertionFailureMessage, evaluate, init

    Methods inherited from class org.apache.camel.support.ExpressionSupport

    assertMatches, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.camel.Predicate

    initPredicate
  • Constructor Details

    • DirectVmConsumerExpression

      public DirectVmConsumerExpression(String pattern)
  • Method Details

    • evaluate

      public Object evaluate(org.apache.camel.Exchange exchange)
      Overrides:
      evaluate in class org.apache.camel.support.ExpressionSupport
    • toString

      public String toString()
      Overrides:
      toString in class Object