Uses of Interface
org.springframework.vault.core.lease.event.LeaseErrorListener
Packages that use LeaseErrorListener
Package
Description
The core package implementing lease renewal and secret rotation.
Support classes for lease application events.
-
Uses of LeaseErrorListener in org.springframework.vault.core.lease
Classes in org.springframework.vault.core.lease that implement LeaseErrorListenerModifier and TypeClassDescriptionstatic enumSimpleLeaseErrorListenerimplementation to log errors.Methods in org.springframework.vault.core.lease with parameters of type LeaseErrorListenerModifier and TypeMethodDescriptionvoidSecretLeaseEventPublisher.addErrorListener(LeaseErrorListener listener) Add aLeaseErrorListenerto the container.voidSecretLeaseEventPublisher.removeLeaseErrorListener(LeaseErrorListener listener) Remove aLeaseErrorListener. -
Uses of LeaseErrorListener in org.springframework.vault.core.lease.event
Classes in org.springframework.vault.core.lease.event that implement LeaseErrorListenerModifier and TypeClassDescriptionclassEmpty listener adapter implementingLeaseListenerandLeaseErrorListener.