Package com.sap.cds.services.impl.outbox
Class OutboxedServiceProxyUtils
java.lang.Object
com.sap.cds.services.impl.outbox.OutboxedServiceProxyUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A extends Service>
Aoutboxed(OutboxService outboxService, Service service, Class<A> asyncInterface, CdsRuntime runtime) static <S extends Service>
Soutboxed(OutboxService outboxService, S service, CdsRuntime runtime) static <S extends Service>
Sunboxed(S service)
-
Method Details
-
unboxed
-
outboxed
public static <S extends Service> S outboxed(OutboxService outboxService, S service, CdsRuntime runtime) -
outboxed
public static <A extends Service> A outboxed(OutboxService outboxService, Service service, Class<A> asyncInterface, CdsRuntime runtime)
-