Class CheckDependencies
java.lang.Object
org.apache.activemq.artemis.core.remoting.impl.netty.CheckDependencies
This class will check for Epoll or KQueue is available, and return false in case of NoClassDefFoundError it could be
improved to check for other cases eventually.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final booleanstatic final boolean
-
Constructor Details
-
CheckDependencies
public CheckDependencies()
-
-
Method Details
-
isEpollAvailable
public static final boolean isEpollAvailable() -
isKQueueAvailable
public static final boolean isKQueueAvailable()
-