Class Callback.Nested

    • Method Detail

      • failed

        public void failed​(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
      • isNonBlocking

        public boolean isNonBlocking()
        Specified by:
        isNonBlocking in interface Callback
        Returns:
        True if the callback is known to never block the caller