TransactionsCleanupConfiguration
in package
Table of Contents
- $cleanupWindowMilliseconds : int|null
- $disableClientAttemptCleanup : bool|null
- $disableLostAttemptCleanup : bool|null
- cleanupWindow() : TransactionsCleanupConfiguration
- Specifies the period of the cleanup system.
- disableClientAttemptCleanup() : TransactionsCleanupConfiguration
- Specifies whether the cleanup system should clean client attempts.
- disableLostAttemptCleanup() : TransactionsCleanupConfiguration
- Specifies whether the cleanup system should clean lost attempts.
Properties
$cleanupWindowMilliseconds
private
int|null
$cleanupWindowMilliseconds
= null
$disableClientAttemptCleanup
private
bool|null
$disableClientAttemptCleanup
= null
$disableLostAttemptCleanup
private
bool|null
$disableLostAttemptCleanup
= null
Methods
cleanupWindow()
Specifies the period of the cleanup system.
public
cleanupWindow(int $milliseconds) : TransactionsCleanupConfiguration
Parameters
- $milliseconds : int
Tags
Return values
TransactionsCleanupConfiguration —disableClientAttemptCleanup()
Specifies whether the cleanup system should clean client attempts.
public
disableClientAttemptCleanup(bool $disable) : TransactionsCleanupConfiguration
Parameters
- $disable : bool
Tags
Return values
TransactionsCleanupConfiguration —disableLostAttemptCleanup()
Specifies whether the cleanup system should clean lost attempts.
public
disableLostAttemptCleanup(bool $disable) : TransactionsCleanupConfiguration
Parameters
- $disable : bool