Sync Integ to Master
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / distribution / engine / IDmaapAuditNotificationData.java
1 package org.openecomp.sdc.be.components.distribution.engine;
2
3 public interface IDmaapAuditNotificationData {
4     String getOperationalEnvironmentName();
5     String getTenantContext();
6 }