Interface Acknowledgement


public interface Acknowledgement
A contract that allows for responding to messages.
Since:
1.1.0
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ack()
    Acknowledges the message.
    void
    Rejects the message.