Uses of Interface
org.apache.camel.component.reactive.streams.api.DispatchCallback
-
Packages that use DispatchCallback Package Description org.apache.camel.component.reactive.streams -
-
Uses of DispatchCallback in org.apache.camel.component.reactive.streams
Methods in org.apache.camel.component.reactive.streams that return DispatchCallback Modifier and Type Method Description static DispatchCallback<org.apache.camel.Exchange>ReactiveStreamsHelper. attachCallback(org.apache.camel.Exchange exchange, DispatchCallback<org.apache.camel.Exchange> callback)static DispatchCallback<org.apache.camel.Exchange>ReactiveStreamsHelper. detachCallback(org.apache.camel.Exchange exchange)static DispatchCallback<org.apache.camel.Exchange>ReactiveStreamsHelper. getCallback(org.apache.camel.Exchange exchange)Methods in org.apache.camel.component.reactive.streams with parameters of type DispatchCallback Modifier and Type Method Description static DispatchCallback<org.apache.camel.Exchange>ReactiveStreamsHelper. attachCallback(org.apache.camel.Exchange exchange, DispatchCallback<org.apache.camel.Exchange> callback)
-