Interface ModalCloseable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close​(CloseMode closeMode)
      Closes this process or endpoint and releases any system resources associated with it.
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • close

        void close​(CloseMode closeMode)
        Closes this process or endpoint and releases any system resources associated with it. If the endpoint or the process is already closed then invoking this method has no effect.
        Parameters:
        closeMode - How to close the receiver.