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

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

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

Methods in org.apache.camel.component.mock that return TimeClause.TimeClassUnit
 TimeClause.TimeClassUnit TimeClause.between(int from, int to)
           
 TimeClause.TimeClassUnit TimeClause.noLaterThan(int period)
           
 



Apache Camel