com.bq.corbel.eventbus.Event Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of event-bus Show documentation
Show all versions of event-bus Show documentation
Publish/subscribe event bus that simplifies communication between Corbel modules
package com.bq.corbel.eventbus;
/**
* @author Francisco Sanchez
*/
public interface Event {
default String getDomain() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy