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

org.jgroups.blocks.RequestHandler Maven / Gradle / Ivy


package org.jgroups.blocks;


import org.jgroups.Message;


public interface RequestHandler {
    Object handle(Message msg) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy