Interface BatchCompletionProducer
public interface BatchCompletionProducer
Emits success messages for items that were handled within batch
- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
CHANNEL
- See Also:
-
-
Method Details
-
batchCompletionOutput
@Output("batchCompletionOutput") org.springframework.messaging.MessageChannel batchCompletionOutput()
-