public static class CommandListenerWriter.CommandListenerMulticaster extends Object implements CommandListener
| Constructor and Description |
|---|
CommandListenerMulticaster(List<CommandListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
commandFailed(CommandFailedEvent event)
Listener for command failure events.
|
void |
commandStarted(CommandStartedEvent event)
Listener for command started events.
|
void |
commandSucceeded(CommandSucceededEvent event)
Listener for command completed events.
|
public CommandListenerMulticaster(List<CommandListener> listeners)
public void commandStarted(CommandStartedEvent event)
CommandListenercommandStarted in interface CommandListenerevent - the event.public void commandSucceeded(CommandSucceededEvent event)
CommandListenercommandSucceeded in interface CommandListenerevent - the event.public void commandFailed(CommandFailedEvent event)
CommandListenercommandFailed in interface CommandListenerevent - the event.Copyright © 2025 lettuce.io. All rights reserved.