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

com.bq.corbel.eventbus.Event Maven / Gradle / Ivy

Go to download

Publish/subscribe event bus that simplifies communication between Corbel modules

There is a newer version: 1.33.0
Show newest version
package com.bq.corbel.eventbus;

/**
 * @author Francisco Sanchez
 */
public interface Event {
    default String getDomain() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy