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)
CommandListener
commandStarted
in interface CommandListener
event
- the event.public void commandSucceeded(CommandSucceededEvent event)
CommandListener
commandSucceeded
in interface CommandListener
event
- the event.public void commandFailed(CommandFailedEvent event)
CommandListener
commandFailed
in interface CommandListener
event
- the event.Copyright © 2023 lettuce.io. All rights reserved.