Interface ProcessEngineSignalChannels
-
public interface ProcessEngineSignalChannels
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSIGNAL_CONSUMERstatic java.lang.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 java.lang.String SIGNAL_CONSUMER
- See Also:
- Constant Field Values
-
SIGNAL_PRODUCER
static final java.lang.String SIGNAL_PRODUCER
- See Also:
- Constant Field Values
-
-