com.opencredo.concourse.domain.events.publishing.EventPublisher Maven / Gradle / Ivy
package com.opencredo.concourse.domain.events.publishing;
import com.opencredo.concourse.domain.events.channels.EventOutChannel;
/**
* An {@link EventOutChannel} that publishes events to event handlers after they have been logged.
*/
public interface EventPublisher extends EventOutChannel {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy