Package com.sap.cds.services.mt.impl
Class TenantSubscriptionAuditLogHandler
java.lang.Object
com.sap.cds.services.mt.impl.TenantSubscriptionAuditLogHandler
- All Implemented Interfaces:
com.sap.cds.services.handler.EventHandler
public class TenantSubscriptionAuditLogHandler
extends Object
implements com.sap.cds.services.handler.EventHandler
Implementation handler for audit logging of tenant on/off-boarding
-
Constructor Summary
ConstructorsConstructorDescriptionTenantSubscriptionAuditLogHandler(com.sap.cds.services.auditlog.AuditLogService auditLog) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSubscribe(com.sap.cds.services.mt.SubscribeEventContext context) voidafterUnsubscribe(com.sap.cds.services.mt.UnsubscribeEventContext context)
-
Constructor Details
-
TenantSubscriptionAuditLogHandler
public TenantSubscriptionAuditLogHandler(com.sap.cds.services.auditlog.AuditLogService auditLog)
-
-
Method Details
-
afterSubscribe
public void afterSubscribe(com.sap.cds.services.mt.SubscribeEventContext context) -
afterUnsubscribe
public void afterUnsubscribe(com.sap.cds.services.mt.UnsubscribeEventContext context)
-