Interface AuditEndpoint

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void close()
      Close the endpoint and stop handling further events immediately.
      • Methods inherited from interface org.wildfly.common.function.ExceptionBiConsumer

        accept, andThen, compose
    • Method Detail

      • close

        default void close()
                    throws IOException
        Close the endpoint and stop handling further events immediately.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
        Throws:
        IOException - if an error occurs closing the endpoint.