Module lettuce.core

Class ExecutionSpecificParameters

All Implemented Interfaces:
Iterable<ExecutionSpecificParameters.ExecutionAwareParameter>

public class ExecutionSpecificParameters
extends Parameters<ExecutionSpecificParameters.ExecutionAwareParameter>
Parameters-implementation specific to execution. This implementation considers Timeout for a command method applying the appropriate synchronization and CommandBatching to batch commands.
Since:
5.0
Author:
Mark Paluch
See Also:
Timeout, CommandBatching