Class BroadcastCommand
- java.lang.Object
-
- org.wildfly.extension.messaging.activemq.broadcast.BroadcastCommand
-
- All Implemented Interfaces:
Serializable,org.wildfly.clustering.dispatcher.Command<Void,BroadcastReceiver>
public class BroadcastCommand extends Object implements org.wildfly.clustering.dispatcher.Command<Void,BroadcastReceiver>
ACommandthat receives a broadcast.- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BroadcastCommand(byte[] data)
-
-
-
Method Detail
-
execute
public Void execute(BroadcastReceiver receiver)
- Specified by:
executein interfaceorg.wildfly.clustering.dispatcher.Command<Void,BroadcastReceiver>
-
-