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

com.github.alexvictoor.weblogback.ChannelRegistry Maven / Gradle / Ivy

The newest version!
package com.github.alexvictoor.weblogback;


import io.netty.channel.Channel;

public interface ChannelRegistry {

    void addChannel(Channel ch);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy