Class TlsRegistryCleanupRestClientClosingTask

java.lang.Object
io.quarkus.rest.client.reactive.runtime.spi.TlsRegistryCleanupRestClientClosingTask
All Implemented Interfaces:
org.jboss.resteasy.reactive.client.impl.RestClientClosingTask

public class TlsRegistryCleanupRestClientClosingTask extends Object implements org.jboss.resteasy.reactive.client.impl.RestClientClosingTask
Cleans up any the TLS config bookkeeping related that relates to a REST Client instance. This is needed because otherwise we could run into a memory leak
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.client.impl.RestClientClosingTask

    org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context
  • Field Summary

    Fields inherited from interface org.jboss.resteasy.reactive.client.impl.RestClientClosingTask

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context)
     

    Methods inherited from class java.lang.Object

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

    • TlsRegistryCleanupRestClientClosingTask

      public TlsRegistryCleanupRestClientClosingTask()
  • Method Details

    • close

      public void close(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context)
      Specified by:
      close in interface org.jboss.resteasy.reactive.client.impl.RestClientClosingTask