Interface CertificateErrorListener
- All Known Implementing Classes:
CertificateEventPublisher.LoggingErrorListener,CertificateListenerAdapter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for Vault exceptional
CertificateEvents.
Error events can occur during certificate issuance and rotation.
- Since:
- 4.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCertificateError(CertificateEvent certificateEvent, Exception exception) Callback for aCertificateEvent.
-
Method Details
-
onCertificateError
Callback for aCertificateEvent.- Parameters:
certificateEvent- the event object, must not be null.exception- the thrownException.
-