Interface ReplyCallback


public interface ReplyCallback
ECIES will call this back if an ack was requested and received.
Since:
0.9.46
  • Method Summary

    Modifier and Type Method Description
    long getExpiration()
    When does this callback expire?
    void onReply()
    A reply was received.
  • Method Details

    • getExpiration

      long getExpiration()
      When does this callback expire?
      Returns:
      java time
    • onReply

      void onReply()
      A reply was received.