Interface ProcessEngineSignalChannels
-
public interface ProcessEngineSignalChannels
-
-
Field Summary
Fields Modifier and Type Field Description static StringSIGNAL_CONSUMERstatic StringSIGNAL_PRODUCER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannelsignalConsumer()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
-
-