All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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