io.zbus.transport.CodecInitializer 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;
import java.util.List;
import io.netty.channel.ChannelHandler;
public interface CodecInitializer {
void initPipeline(List p);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy