argos/dmp-backend/notification-service/notification/src/main/java/gr/cite/notification/integrationevent/inbox/tenanttouched/TenantTouchedIntegrationEve...

8 lines
236 B
Java

package gr.cite.notification.integrationevent.inbox.tenanttouched;
import gr.cite.notification.integrationevent.inbox.IntegrationEventHandler;
public interface TenantTouchedIntegrationEventHandler extends IntegrationEventHandler {
}