Interface ProcessEngineSignalChannels
-
- All Known Implementing Classes:
ProcessEngineSignalChannelsConfiguration
public interface ProcessEngineSignalChannels
-
-
Field Summary
Fields Modifier and Type Field Description static StringSIGNAL_CONSUMERstatic StringSIGNAL_PRODUCER
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default org.springframework.messaging.SubscribableChannelsignalConsumer()default org.springframework.messaging.MessageChannelsignalProducer()
-
-
-
Field Detail
-
SIGNAL_CONSUMER
static final String SIGNAL_CONSUMER
- See Also:
- Constant Field Values
-
SIGNAL_PRODUCER
static final String SIGNAL_PRODUCER
- See Also:
- Constant Field Values
-
-