Interface CertificateListener

All Known Implementing Classes:
CertificateListenerAdapter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CertificateListener
Listener for Vault CertificateEvents.
Since:
4.1
Author:
Mark Paluch
  • Method Details

    • onCertificateEvent

      void onCertificateEvent(CertificateEvent certificateEvent)
      Callback for a CertificateEvent
      Parameters:
      certificateEvent - the event object, must not be null.