Package de.hybris.platform.cluster
Class DummyBroadcastMethod
- java.lang.Object
-
- de.hybris.platform.cluster.AbstractBroadcastMethod
-
- de.hybris.platform.cluster.DummyBroadcastMethod
-
- All Implemented Interfaces:
BroadcastMethod
public class DummyBroadcastMethod extends AbstractBroadcastMethod
Test dummy broadcast method.
-
-
Constructor Summary
Constructors Constructor Description DummyBroadcastMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(RawMessage message)Sends a raw data message to all connected hybris platform nodes-
Methods inherited from class de.hybris.platform.cluster.AbstractBroadcastMethod
getListeners, getSettings, init, notifyMessgageReceived, registerProcessor, shutdown, unregisterProcessor
-
-
-
-
Method Detail
-
send
public void send(RawMessage message)
Description copied from interface:BroadcastMethodSends a raw data message to all connected hybris platform nodes
-
-