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

uk.co.shastra.hydra.messaging.utils.EventHandler Maven / Gradle / Ivy

Go to download

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