Package org.cxbox.core.crudma.ext
Interface CrudmaGatewayInvokeExtensionProvider
- All Known Implementing Classes:
AnySourceBcStateCrudmaGatewayInvokeExtensionProvider,BcStateCrudmaGatewayInvokeExtensionProvider,EventPublisherCrudmaGatewayInvokeExtensionProvider,TxServiceCrudmaGatewayInvokeExtensionProvider
public interface CrudmaGatewayInvokeExtensionProvider
Beans, that extends standard flow of Cxbox Crudma Operations
Used in
CrudmaGateway- See Also:
-
Method Summary
Modifier and TypeMethodDescription<T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T, RuntimeException> invoker, boolean readOnly)
-
Method Details
-
extendInvoker
<T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T, RuntimeException> invoker, boolean readOnly)
-