Uses of Class
org.apache.camel.builder.NotifyBuilder
Packages that use NotifyBuilder
Package
Description
-
Uses of NotifyBuilder in org.apache.camel.builder
Methods in org.apache.camel.builder that return NotifyBuilderModifier and TypeMethodDescriptionNotifyBuilder.and()Prepares to append an additional expression using the and operator.NotifyBuilder.create()Creates the expression this builder should use for matching.NotifyBuilder.filter(org.apache.camel.Predicate predicate) Optionally a filter to only allow matchingExchangeto be used for matching.Optionally a from endpoint which means that this expression should only be based onExchangewhich is originated from the particular endpoint(s).NotifyBuilder.fromCurrentRoute(String routeId) Optionally a from current route which means that this expression should only be based onExchangewhich is the current route(s).Optionally a from route which means that this expression should only be based onExchangewhich is originated from the particular route(s).NotifyBuilder.not()Prepares to append an additional expression using the not operator.NotifyBuilder.or()Prepares to append an additional expression using the or operator.NotifyBuilder.waitTime(long waitTime) Specifies the wait time in millis to use in thematchesWaitTime()method.NotifyBuilder.wereSentTo(String endpointUri) Optionally a sent to endpoint which means that this expression should only be based onExchangewhich has been sent to the given endpoint uri.NotifyBuilder.whenAllDoneMatches(org.apache.camel.Predicate predicate) Sets a condition that all doneExchangeshould match thePredicateNotifyBuilder.whenAllReceivedMatches(org.apache.camel.Predicate predicate) Sets a condition that all receivedExchangeshould match thePredicateNotifyBuilder.whenAnyDoneMatches(org.apache.camel.Predicate predicate) Sets a condition that any doneExchangeshould match thePredicateNotifyBuilder.whenAnyReceivedMatches(org.apache.camel.Predicate predicate) Sets a condition that any receivedExchangeshould match thePredicateNotifyBuilder.whenBodiesDone(Object... bodies) Sets a condition that the bodies is expected to be done in the order as well.NotifyBuilder.whenBodiesReceived(Object... bodies) Sets a condition that the bodies is expected to be received in the order as well.NotifyBuilder.whenCompleted(int number) Sets a condition when number ofExchangehas been completed.NotifyBuilder.whenDone(int number) Sets a condition when number ofExchangeis done being processed.NotifyBuilder.whenDoneByIndex(int index) Sets a condition when tne n'th (by index)Exchangeis done being processed.NotifyBuilder.whenDoneNotSatisfied(org.apache.camel.spi.NotifyBuilderMatcher matcher) Sets a condition when the provided matcher (such as mock endpoint) is not satisfied based onExchangebeing sent to it when they are done.NotifyBuilder.whenDoneSatisfied(org.apache.camel.spi.NotifyBuilderMatcher matcher) Sets a condition when the provided matcher (such as mock endpoint) is satisfied based onExchangebeing sent to it when they are done.NotifyBuilder.whenExactBodiesDone(Object... bodies) Sets a condition that the bodies is expected to be done in the order as well.NotifyBuilder.whenExactBodiesReceived(Object... bodies) Sets a condition that the bodies is expected to be received in the order as well.NotifyBuilder.whenExactlyCompleted(int number) Sets a condition when number ofExchangehas been completed.NotifyBuilder.whenExactlyDone(int number) Sets a condition when number ofExchangeis done being processed.NotifyBuilder.whenExactlyFailed(int number) Sets a condition when number ofExchangehas failed.NotifyBuilder.whenFailed(int number) Sets a condition when number ofExchangehas failed.NotifyBuilder.whenReceived(int number) Sets a condition when number ofExchangehas been received.NotifyBuilder.whenReceivedNotSatisfied(org.apache.camel.spi.NotifyBuilderMatcher matcher) Sets a condition when the provided matcher (such as mock endpoint) is not satisfied based onExchangebeing sent to it when they are received.NotifyBuilder.whenReceivedSatisfied(org.apache.camel.spi.NotifyBuilderMatcher matcher) Sets a condition when the provided matcher (such as mock endpoint) is satisfied based onExchangebeing sent to it when they are received.Methods in org.apache.camel.builder that return types with arguments of type NotifyBuilderModifier and TypeMethodDescriptionNotifyBuilder.filter()Optionally a filter to only allow matchingExchangeto be used for matching.