Class Target_org_apache_qpid_jms_transports_netty_KQueueSupport
java.lang.Object
org.amqphub.quarkus.qpid.jms.runtime.graal.Target_org_apache_qpid_jms_transports_netty_KQueueSupport
This substitution disables Netty KQueue use and references to its classes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateChannel(io.netty.bootstrap.Bootstrap bootstrap) static io.netty.channel.EventLoopGroupcreateGroup(int nThreads, ThreadFactory ioThreadfactory) static booleanisAvailable(org.apache.qpid.jms.transports.TransportOptions transportOptions)
-
Constructor Details
-
Target_org_apache_qpid_jms_transports_netty_KQueueSupport
Target_org_apache_qpid_jms_transports_netty_KQueueSupport()
-
-
Method Details
-
isAvailable
public static boolean isAvailable(org.apache.qpid.jms.transports.TransportOptions transportOptions) -
createGroup
public static io.netty.channel.EventLoopGroup createGroup(int nThreads, ThreadFactory ioThreadfactory) -
createChannel
public static void createChannel(io.netty.bootstrap.Bootstrap bootstrap)
-