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 io.cloudevents.CloudEvent;
import org.reactivestreams.Publisher;

public interface DomainEventBus {
     Publisher emit(DomainEvent event);

    Publisher emit(CloudEvent event);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy