Interface RetransmissionQueueImpl.Resender

  • Enclosing class:
    RetransmissionQueueImpl

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void resend​(org.apache.cxf.message.Message message, boolean requestAcknowledge)
      Resend mechanics.
    • Method Detail

      • resend

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