Example usage for Java com.rabbitmq.client ShutdownSignalException fields, constructors, methods, implement or subclass
The text is from its open source code.
ShutdownSignalException(boolean hardError, boolean initiatedByApplication, Method reason, Object ref) Construct a ShutdownSignalException from the arguments. |
Method | getReason() |
Object | getReference() |
boolean | isHardError() |
boolean | isInitiatedByApplication() |