Interface ExecutorServiceChecker

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
JAXRSClientIT, JAXRSClientIT

public interface ExecutorServiceChecker extends Closeable
  • Field Details

  • Method Details

    • createClient

      default jakarta.ws.rs.client.Client createClient()
    • threadNameChecker

      default jakarta.ws.rs.client.ClientRequestFilter threadNameChecker()
    • close

      default void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException