Interface ProcessEngineIntegrationChannels
-
public interface ProcessEngineIntegrationChannels
-
-
Field Summary
Fields Modifier and Type Field Description static StringINTEGRATION_ERRORS_CONSUMERstatic StringINTEGRATION_RESULTS_CONSUMER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannelintegrationErrorsConsumer()org.springframework.messaging.SubscribableChannelintegrationResultsConsumer()
-
-
-
Field Detail
-
INTEGRATION_RESULTS_CONSUMER
static final String INTEGRATION_RESULTS_CONSUMER
- See Also:
- Constant Field Values
-
INTEGRATION_ERRORS_CONSUMER
static final String INTEGRATION_ERRORS_CONSUMER
- See Also:
- Constant Field Values
-
-