package org.gcube.event.publisher; public interface EventPublisher { void publish(Event event); }