io.zbus.transport.ResultCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zbus Show documentation
Show all versions of zbus Show documentation
a lightweight yet powerful MQ and RPC to build service bus
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