Uses of Class
org.apache.camel.component.mock.TimeClause

Packages that use TimeClause
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
 

Uses of TimeClause in org.apache.camel.component.mock
 

Methods in org.apache.camel.component.mock that return TimeClause
 TimeClause AssertionClause.arrives()
          Adds a TimeClause predicate for message arriving.
 TimeClause TimeClause.TimeClassUnit.millis()
           
 TimeClause TimeClause.TimeClassUnit.minutes()
           
 TimeClause TimeClause.TimeClassUnit.seconds()
           
 

Constructors in org.apache.camel.component.mock with parameters of type TimeClause
TimeClause.TimeClassUnit(TimeClause clause, int to)
           
TimeClause.TimeClassUnit(TimeClause clause, int from, int to)
           
 



Apache Camel