Package io.quarkus.vertx.http.runtime
Class HttpCertificateUpdateEventListener
java.lang.Object
io.quarkus.vertx.http.runtime.HttpCertificateUpdateEventListener
A listener that listens for certificate updates and updates the HTTP server accordingly.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCertificateUpdate(io.quarkus.tls.CertificateUpdatedEvent event) void
-
Constructor Details
-
HttpCertificateUpdateEventListener
public HttpCertificateUpdateEventListener()
-
-
Method Details
-
register
-
onCertificateUpdate
public void onCertificateUpdate(@Observes io.quarkus.tls.CertificateUpdatedEvent event) throws InterruptedException - Throws:
InterruptedException
-