Interface SingleIndexRequestProducer
public interface SingleIndexRequestProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible
for async IO related to notifying services that an entity needs to be indexed.
When sending messages over this channel consider using SingleIndexRequest
as all
consumers will generally expect messages in that format.
- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
TYPE
- See Also:
-
CHANNEL
- See Also:
-
-
Method Details
-
singleIndexRequestOutput
@Output("singleIndexRequestOutput") org.springframework.messaging.MessageChannel singleIndexRequestOutput()
-