Package reactor.blockhound
Class BlockingMethod
java.lang.Object
reactor.blockhound.BlockingMethod
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Details
-
BlockingMethod
-
-
Method Details
-
getClassName
- Returns:
- a class' name of the detected blocking call (e.g. "java.lang.Thread")
-
getName
- Returns:
- a blocking method's name (e.g. "sleep").
-
getModifiers
public int getModifiers()- Returns:
- a blocking methods' modifiers. see https://docs.oracle.com/javase/specs/jvms/se9/html/jvms-4.html
-
isStatic
public boolean isStatic() -
toString
-