public abstract class AbstractODataRouterService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ODATA_SVC_URI_PREFIX |
| Constructor and Description |
|---|
AbstractODataRouterService() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OdataContext |
geODataContext() |
org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> |
process(org.mule.runtime.core.api.event.CoreEvent event,
AbstractRouterInterface router) |
protected static org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> |
processODataRequest(org.mule.extension.http.api.HttpRequestAttributes attributes,
AbstractRouterInterface router,
OdataContext oDataContext,
org.mule.runtime.core.api.event.CoreEvent event) |
protected static final String ODATA_SVC_URI_PREFIX
protected abstract OdataContext geODataContext()
public org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> process(org.mule.runtime.core.api.event.CoreEvent event,
AbstractRouterInterface router)
throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionprotected static org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> processODataRequest(org.mule.extension.http.api.HttpRequestAttributes attributes,
AbstractRouterInterface router,
OdataContext oDataContext,
org.mule.runtime.core.api.event.CoreEvent event)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.