Class AbstractOutboxService
java.lang.Object
com.sap.cds.services.ServiceDelegator
com.sap.cds.services.utils.outbox.AbstractOutboxService
- All Implemented Interfaces:
OutboxService,Service
Abstract implementation of
OutboxService, providing base implementation for all specific outbox services.-
Field Summary
Fields inherited from interface com.sap.cds.services.outbox.OutboxService
INMEMORY_NAME, IS_OUTBOXED, PERSISTENT_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidenroll(OutboxMessageEventContext context) Stores the outbox message in the outbox, to be retrieved for later publishing.voidvoidMethods inherited from class com.sap.cds.services.ServiceDelegator
after, before, emit, getDelegatedService, getName
-
Constructor Details
-
AbstractOutboxService
-
-
Method Details
-
enroll
- Specified by:
enrollin interfaceOutboxService
-
on
- Specified by:
onin interfaceService- Overrides:
onin classServiceDelegator
-
enroll
Stores the outbox message in the outbox, to be retrieved for later publishing.- Parameters:
context- theOutboxMessageEventContext
-