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

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

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

import java.util.List;

import io.netty.channel.ChannelHandler;

public interface CodecInitializer {
	void initPipeline(List p);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy