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

io.zbus.transport.ResultCallback Maven / Gradle / Ivy

There is a newer version: 1.0.0-b1
Show newest version
package io.zbus.transport;

/**
 * Asynchronous message callback
 * @author rushmore (洪磊明)
 *
 * @param  returned message type
 */
public interface ResultCallback { 
	public void onReturn(T result);  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy