Liking cljdoc? Tell your friends :D

clj-camel.test-util


advice-route-withclj

(advice-route-with ctx name uri processor)

Advices this route with the route builder.

Advices this route with the route builder.
sourceraw docstring

intercept-send-to-endpointclj

(intercept-send-to-endpoint r & [uri])

Applies a route for an interceptor if an exchange is send to the given endpoint

Applies a route for an interceptor if an exchange is send to the given endpoint
sourceraw docstring

mock-camel-endpointcljmacro

(mock-camel-endpoint & body)

A RouteBuilder which has extended capabilities when using the advice with feature. Read more http://camel.apache.org/advicewith.html

 A RouteBuilder which has extended capabilities when using the advice with feature.
Read more http://camel.apache.org/advicewith.html
sourceraw docstring

mock-endpointclj

(mock-endpoint uri processor)

Mock camel endpoint with custom processor

Mock camel endpoint with custom processor
sourceraw docstring

skip-send-to-original-endpointclj

(skip-send-to-original-endpoint & [r])

Skip sending the ex to the original intended endpoint

Skip sending the ex to the original intended endpoint
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close