package gr.cite.notification.integrationevent.inbox; public interface IntegrationEventHandler { EventProcessingStatus handle(IntegrationEventProperties properties, String message); }