Class SecretLeaseExpiredEvent

All Implemented Interfaces:
Serializable

public class SecretLeaseExpiredEvent extends SecretLeaseEvent
Event published after an expired Lease for a RequestedSecret was observed. Secrets associated with the lease are about to expire or already expired at the time this event is received.
Author:
Mark Paluch
See Also:
  • Constructor Details

    • SecretLeaseExpiredEvent

      public SecretLeaseExpiredEvent(RequestedSecret requestedSecret, Lease lease)
      Create a new SecretLeaseExpiredEvent given RequestedSecret and Lease.
      Parameters:
      requestedSecret - must not be null.
      lease - must not be null.