public class PrivilegedFlowRoutingStrategy extends Object implements FlowRoutingStrategy
FlowRoutingStrategy that uses the Mule privileged API to perform the flow routing job, this should
not be used since MULE 4.2.0 and forward versions, use DefaultFlowRoutingStrategy instead.| Constructor and Description |
|---|
PrivilegedFlowRoutingStrategy(org.mule.runtime.api.component.location.ComponentLocation location) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> |
route(org.mule.runtime.core.api.construct.Flow flow,
org.mule.runtime.core.api.event.CoreEvent mainEvent,
org.mule.runtime.core.api.event.CoreEvent subFlowEvent) |
public PrivilegedFlowRoutingStrategy(org.mule.runtime.api.component.location.ComponentLocation location)
public org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> route(org.mule.runtime.core.api.construct.Flow flow,
org.mule.runtime.core.api.event.CoreEvent mainEvent,
org.mule.runtime.core.api.event.CoreEvent subFlowEvent)
route in interface FlowRoutingStrategyCopyright © 2025. All rights reserved.