Interface ChangeSetContext

All Known Subinterfaces:
ChangeSetContextSPI

public interface ChangeSetContext
A ChangeSetContext defines the transactional boundaries around one or multiple Service.emit(com.sap.cds.services.EventContext) calls. It can be used by Handler or other participants to ensure that changes, which were done as part of a ChangeSetContext are canceled (rolled back).
In addition it provides the ability to perform actions at the end of a ChangeSet by registering a ChangeSetListener