Interface PooledExchangeTask

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void prepare​(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
      Prepares the task for the given exchange and its callback
      void reset()
      Resets the task after its done and can be reused for another exchange.
    • Method Detail

      • prepare

        void prepare​(org.apache.camel.Exchange exchange,
                     org.apache.camel.AsyncCallback callback)
        Prepares the task for the given exchange and its callback
        Parameters:
        exchange - the exchange
        callback - the callback
      • reset

        void reset()
        Resets the task after its done and can be reused for another exchange.