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 -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context)
-
Constructor Details
-
TlsRegistryCleanupRestClientClosingTask
public TlsRegistryCleanupRestClientClosingTask()
-
-
Method Details
-
close
public void close(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context) - Specified by:
closein interfaceorg.jboss.resteasy.reactive.client.impl.RestClientClosingTask
-