
org.reactivecommons.api.domain.DomainEventBus Maven / Gradle / Ivy
package org.reactivecommons.api.domain;
import org.reactivestreams.Publisher;
public interface DomainEventBus {
Publisher emit(DomainEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy