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 Detail

      • deliver

        void deliver​(Message message)
        deliver a message
        Parameters:
        message - message to deliver