Class CloseData

  • All Implemented Interfaces:

    
    public final class CloseData
    
                        

    Represents the data for a Close message in the tbDEX protocol.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getReason() The reason why the exchange is being closed.
      final Boolean getSuccess() Indicates whether the exchange was successfully completed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getReason

         final String getReason()

        The reason why the exchange is being closed.

      • getSuccess

         final Boolean getSuccess()

        Indicates whether the exchange was successfully completed.