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

org.jgroups.Receiver Maven / Gradle / Ivy

package org.jgroups;

/**
 * Defines the callbacks that are invoked when messages, views etc are received on a channel
 * 
 * @see Channel#setReceiver(Receiver)
 * @since 2.0
 * @author Bela Ban
 */
public interface Receiver extends MessageListener, MembershipListener {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy