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

pl.allegro.tech.hermes.domain.notifications.InternalNotificationsBus Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.hermes.domain.notifications;

/**
 * All callbacks must be nonblocking.
 */
public interface InternalNotificationsBus {

    void registerSubscriptionCallback(SubscriptionCallback callback);

    void registerTopicCallback(TopicCallback callback);

    void registerAdminCallback(AdminCallback callback);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy