Interface TriggeredJobEventProducer
-
public interface TriggeredJobEventProducer
Spring cloud stream messaging interface for triggering job execution. The execution of a job sends a message out via this channel- Author:
- Chad Harchar (charchar)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.MessageChannel
triggeredJobEventOutput()
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
CHANNEL
static final String CHANNEL
- See Also:
- Constant Field Values
-
-