Class AfterSecretLeaseRenewedEvent

All Implemented Interfaces:
Serializable

public class AfterSecretLeaseRenewedEvent extends SecretLeaseEvent
Event published after renewing a Lease for a RequestedSecret. The secrets associated with Lease should be considered valid and the lease extended at the time this event is received.
Author:
Mark Paluch
See Also:
  • Constructor Details

    • AfterSecretLeaseRenewedEvent

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