Package io.quarkus.netty.runtime
Interface NettySharable
public interface NettySharable
Custom marker interface used to do faster
ChannelHandlerAdapter.isSharable() checks as an interface instanceof
is much faster than looking up an annotation