Class ConnectionClosedEvent

    • Constructor Detail

      • ConnectionClosedEvent

        public ConnectionClosedEvent​(ConnectionDescription conn,
                                     Throwable throwable)
        Parameters:
        conn - Connection description.
        throwable - Throwable that caused the failure if any.
    • Method Detail

      • throwable

        @Nullable
        public @Nullable Throwable throwable()
        Get a cause of the failure if any.
        Returns:
        A cause of the failure if any.