onExpired property
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;
Called when the request has expired.
Should delete the request outside of the transaction so it's not rolled back.
final OnExpiredCallback<T> onExpired;