| Package | Description |
|---|---|
| org.apache.camel.bam | |
| org.apache.camel.bam.rules |
| Modifier and Type | Method and Description |
|---|---|
TimeExpression |
ActivityBuilder.completes()
Create a temporal rule for when this step completes
|
TimeExpression |
ActivityBuilder.starts()
Create a temporal rule for when this step starts
|
| Modifier and Type | Method and Description |
|---|---|
TemporalRule |
TimeExpression.after(TimeExpression expression)
Creates a new temporal rule on this expression and the other expression
|
| Modifier and Type | Method and Description |
|---|---|
TimeExpression |
TemporalRule.getFirst() |
TimeExpression |
TemporalRule.getSecond() |
| Constructor and Description |
|---|
TemporalRule(TimeExpression first,
TimeExpression second) |
Apache Camel