Interface BatchIndexRequestProducer
- 
public interface BatchIndexRequestProducerSpring cloud data channel description for messaging output. This channel is primarily responsible for async IO related to notifying services that a list of entities need to be indexed.When sending messages over this channel consider using
BatchIndexRequestas all consumers will generally expect messages in that format.- Author:
 - Jeff Fischer
 - See Also:
 BatchIndexRequest
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.MessageChannelbatchIndexRequestOutput() 
 - 
 
- 
- 
Field Detail
- 
TYPE
static final String TYPE
- See Also:
 - Constant Field Values
 
 
- 
CHANNEL
static final String CHANNEL
- See Also:
 - Constant Field Values
 
 
 - 
 
 -