Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method

Description

create()

Creates the builder expression. After you have created it you can use the matches methods.

matches()

Does the builder match currently. This operation returns immediately. This method is to be used after you have created the expression.

matches(timeout, TimeUnit)

Wait until the builder matches or timeout. This method is to be used after you have created the expression.

reset()

Camel 2.3: Resets the notifier.

We will most likely add additional methods in the future, so check out the NotifyBuilder for latest and greatest methods.

...