Class CheckDependencies
- java.lang.Object
-
- org.apache.activemq.artemis.core.remoting.impl.netty.CheckDependencies
-
public class CheckDependencies extends Object
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 Constructor Description CheckDependencies()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisEpollAvailable()static booleanisKQueueAvailable()
-