Module lettuce.core

Class CommandListenerWriter.CommandListenerMulticaster

java.lang.Object
io.lettuce.core.CommandListenerWriter.CommandListenerMulticaster
All Implemented Interfaces:
CommandListener
Enclosing class:
CommandListenerWriter

public static class CommandListenerWriter.CommandListenerMulticaster
extends Object
implements CommandListener
Wraps multiple command listeners into one multicaster.
Since:
6.1
Author:
Mikhael Sokolov