Interface BatchIndexRequestProducer
public interface BatchIndexRequestProducer
Spring 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 BatchIndexRequest
as all consumers
will generally expect messages in that format.
- Author:
- Jeff Fischer
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
TYPE
- See Also:
-
CHANNEL
- See Also:
-
-
Method Details
-
batchIndexRequestOutput
@Output("batchIndexRequestOutput") org.springframework.messaging.MessageChannel batchIndexRequestOutput()
-