Interface BatchCompletionProducer


public interface BatchCompletionProducer
Emits success messages for items that were handled within batch
Author:
Phillip Verheyden (phillipuniverse)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
     
  • Field Details

  • Method Details

    • batchCompletionOutput

      @Output("batchCompletionOutput") org.springframework.messaging.MessageChannel batchCompletionOutput()