public interface RouterService
| Modifier and Type | Method and Description |
|---|---|
RouterService |
initialise(String ramlPath)
Initialise the extension
|
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
|
RouterService initialise(String ramlPath) throws org.mule.runtime.api.exception.MuleException
ramlPath - path to the raml.org.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.