Interface ProcessExportRequestConsumer
-
public interface ProcessExportRequestConsumer
Spring cloud data channel description for messaging output. These channels are primarily responsible for async IO related to notifying services that aExport
needs to be performed.- Author:
- Samarth Dhruva (samarthd)
- See Also:
ProcessExportRequestProducer
,ProcessExportRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannel
processExportRequestInput()
-
-
-
Field Detail
-
CHANNEL
static final String CHANNEL
- See Also:
- Constant Field Values
-
-