Interface ProcessRuntimeChannels
-
public interface ProcessRuntimeChannels
-
-
Field Summary
Fields Modifier and Type Field Description static StringRUNTIME_CMD_PRODUCERstatic StringRUNTIME_CMD_RESULTS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.MessageChannelruntimeCmdProducer()org.springframework.messaging.SubscribableChannelruntimeCmdResults()
-
-
-
Field Detail
-
RUNTIME_CMD_PRODUCER
static final String RUNTIME_CMD_PRODUCER
- See Also:
- Constant Field Values
-
RUNTIME_CMD_RESULTS
static final String RUNTIME_CMD_RESULTS
- See Also:
- Constant Field Values
-
-