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

org.bcos.channel.proxy.ResponseCallback Maven / Gradle / Ivy

There is a newer version: 2.6.6
Show newest version
package org.bcos.channel.proxy;

import org.bcos.channel.handler.Message;

public interface ResponseCallback {
	public void onResponse(Message response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy