Package org.jgroups.protocols.tom
Interface DeliveryProtocol
-
- All Known Implementing Classes:
TOA
public interface DeliveryProtocol
The interface that the Total Order Anycast protocol must implement. This is invoked by the delivery thread- Since:
- 3.1
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deliver(Message message)
deliver a message
-
-
-
Method Detail
-
deliver
void deliver(Message message)
deliver a message- Parameters:
message
- message to deliver
-
-