public interface RouterServiceV2
| Modifier and Type | Method and Description |
|---|---|
RouterServiceV2 |
initialise(String filePath,
org.mule.runtime.api.scheduler.Scheduler scheduler) |
org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> |
process(org.mule.runtime.core.api.event.CoreEvent event,
AbstractRouter router)
Handles the request and returns a valid MuleEvent
|
RouterServiceV2 initialise(String filePath, org.mule.runtime.api.scheduler.Scheduler scheduler) throws org.mule.runtime.api.exception.MuleException
filePath - Path to Spec filescheduler - Mule runtime Schedulerorg.mule.runtime.api.exception.MuleExceptionorg.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> process(org.mule.runtime.core.api.event.CoreEvent event,
AbstractRouter router)
throws org.mule.runtime.api.exception.MuleException
event - the requester eventrouter - reference to the apikit routerorg.mule.runtime.api.exception.MuleExceptionCopyright © 2025. All rights reserved.