uk.co.shastra.hydra.messaging.utils.EventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hydra Show documentation
Show all versions of hydra Show documentation
Hydra is a simple, highly redundant pull-based messaging system. It uses CouchDb as its message store, and replication to deliver messages. It can be used by any language capable of making HTTP calls, and C# and Java client implementations are included.
The newest version!
package uk.co.shastra.hydra.messaging.utils;
public interface EventHandler {
public void handle(Object source, TEventData data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy