Class DisconnectCallback

  • All Implemented Interfaces:
    Callback, Invocable

    public class DisconnectCallback
    extends java.lang.Object
    implements Callback
    • Constructor Detail

    • Method Detail

      • failed

        public void failed​(java.lang.Throwable x)
        Description copied from interface: Callback

        Callback invoked when the operation fails.

        Specified by:
        failed in interface Callback
        Parameters:
        x - the reason for the operation failure