public class DefaultFlowRoutingStrategy extends Object implements FlowRoutingStrategy
FlowRoutingStrategy, uses the Mule ExecutableComponent API to perform flow routing.| Constructor and Description |
|---|
DefaultFlowRoutingStrategy() |
| 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 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.