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

fr.braindead.wsmsgbroker.callback.MessageCallback Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package fr.braindead.wsmsgbroker.callback;

import fr.braindead.wsmsgbroker.Response;

/**
 * Created by leiko on 30/10/14.
 */
public interface MessageCallback {
    void execute(Object message, Response response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy