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