Interface CompletenessRequestable

All Known Implementing Classes:
WebSocketCompleteMessage

public interface CompletenessRequestable
A CompletenessRequestable can be asked if it is complete.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isComplete

      boolean isComplete()
      Returns:
      true if the current CompletenessRequestable is complete, false otherwise.
    • isIncomplete

      default boolean isIncomplete()
      Returns:
      true if the current CompletenessRequestable is not complete, false otherwise.