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

org.bcos.channel.client.ChannelPushCallback Maven / Gradle / Ivy

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

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import org.bcos.channel.dto.ChannelPush;
import org.bcos.channel.dto.ChannelResponse;
import org.bcos.channel.handler.ConnectionInfo;
import io.netty.channel.ChannelHandlerContext;

public abstract class ChannelPushCallback {
	public abstract void onPush(ChannelPush push);
	
	static Logger logger = LoggerFactory.getLogger(ChannelPushCallback.class);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy