Interface RetransmissionQueueImpl.Resender

Enclosing class:
RetransmissionQueueImpl

public static interface RetransmissionQueueImpl.Resender
Encapsulates actual resend logic (pluggable to facilitate unit testing)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    resend(org.apache.cxf.message.Message message, boolean requestAcknowledge)
    Resend mechanics.
  • Method Details

    • resend

      void resend(org.apache.cxf.message.Message message, boolean requestAcknowledge)
      Resend mechanics.
      Parameters:
      message -
      requestAcknowledge - if a AckRequest should be included