Package com.sap.cds.services.impl.outbox
Class OutboxedAsyncServiceInvocationHandler
java.lang.Object
com.sap.cds.services.impl.outbox.OutboxedServiceInvocationHandler
com.sap.cds.services.impl.outbox.OutboxedAsyncServiceInvocationHandler
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionOutboxedAsyncServiceInvocationHandler(OutboxService outboxService, Service service, Map<Method, Method> methodMapping, CdsRuntime runtime) -
Method Summary
Methods inherited from class com.sap.cds.services.impl.outbox.OutboxedServiceInvocationHandler
getDelegatedService, getOutboxService
-
Constructor Details
-
OutboxedAsyncServiceInvocationHandler
public OutboxedAsyncServiceInvocationHandler(OutboxService outboxService, Service service, Map<Method, Method> methodMapping, CdsRuntime runtime)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Overrides:
invokein classOutboxedServiceInvocationHandler- Throws:
Throwable
-