Module lettuce.core

Interface Executions<T>

All Superinterfaces:
Iterable<T>

public interface Executions<T>
extends Iterable<T>
Result holder for a command that was executed synchronously on multiple nodes.
Since:
4.0
Author:
Mark Paluch