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

io.paradoxical.cassieq.clustering.eventing.EventBus Maven / Gradle / Ivy

The newest version!
package io.paradoxical.cassieq.clustering.eventing;

public interface EventBus {
     void publish(T  event);

     String register(Class eventType, EventListener listener);

    void unregister(String registationId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy