Uses of Interface
org.apache.camel.spi.ReactiveExecutor
Packages that use ReactiveExecutor
-
Uses of ReactiveExecutor in org.apache.camel
Methods in org.apache.camel that return ReactiveExecutorModifier and TypeMethodDescriptionExtendedCamelContext.getReactiveExecutor()
Gets theReactiveExecutor
to use.Methods in org.apache.camel with parameters of type ReactiveExecutorModifier and TypeMethodDescriptionvoid
ExtendedCamelContext.setReactiveExecutor
(ReactiveExecutor reactiveExecutor) Sets a customReactiveExecutor
to be used.