public class ContextPropagationChecker extends Object implements Processor
ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
ContextPropagationChecker() |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<CoreEvent> |
apply(org.reactivestreams.Publisher<CoreEvent> publisher) |
static void |
assertContextPropagation(CoreEvent event,
Processor routerOrScope,
ContextPropagationChecker checker) |
Function<reactor.util.context.Context,reactor.util.context.Context> |
contextPropagationFlag() |
CoreEvent |
process(CoreEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic CoreEvent process(CoreEvent event) throws org.mule.runtime.api.exception.MuleException
public org.reactivestreams.Publisher<CoreEvent> apply(org.reactivestreams.Publisher<CoreEvent> publisher)
public Function<reactor.util.context.Context,reactor.util.context.Context> contextPropagationFlag()
public static final void assertContextPropagation(CoreEvent event, Processor routerOrScope, ContextPropagationChecker checker)
event - the event to test withrouterOrScope - the router or scope containing checker to validate.checker - the processor that validates the contextCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.