Package org.axonframework.common.util
Class ClasspathResolver
java.lang.Object
org.axonframework.common.util.ClasspathResolver
Resolves certain parameters from the classpath.
- Since:
- 4.6.0
- Author:
- Milan Savic
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturntrueif Project Reactor is on classpath,falseotherwise.
-
Method Details
-
projectReactorOnClasspath
public static boolean projectReactorOnClasspath()Returntrueif Project Reactor is on classpath,falseotherwise.- Returns:
trueif Project Reactor is on classpath,falseotherwise.
-