package gr.cite.notification.integrationevent.outbox; public interface OutboxService { void publish(OutboxIntegrationEvent event); }