onExpired property

OnExpiredCallback<T> onExpired
final

Called when the request has expired.

Should delete the request outside of the transaction so it's not rolled back.

Implementation

final OnExpiredCallback<T> onExpired;