Interface MessagingService
-
public interface MessagingService- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendWireMessage(String queueName, byte[] serializedMessage, PhysicalNode receiver)
-
-
-
Method Detail
-
sendWireMessage
void sendWireMessage(String queueName, byte[] serializedMessage, PhysicalNode receiver) throws IOException
- Throws:
IOException
-
-