Interface ScheduleDeploymentConsumer
-
public interface ScheduleDeploymentConsumer
Spring cloud data channel description for messaging input. These channels are primarily responsible for async IO related to notifying services that manageTrackable
domain that a sandbox deployment has been requested to be scheduled at a future time for one or more entities.- Author:
- Nathan Moore (nathandmoore)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannel
scheduleDeploymentInput()
-
-
-
Field Detail
-
CHANNEL
static final String CHANNEL
- See Also:
- Constant Field Values
-
-