Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.batch.CorrelationMessageAsyncDto
-
Packages that use CorrelationMessageAsyncDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of CorrelationMessageAsyncDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type CorrelationMessageAsyncDto Modifier and Type Method Description BatchDto
ProcessInstanceRestService. correlateMessageAsync(CorrelationMessageAsyncDto correlationMessageAsyncDto)
-
Uses of CorrelationMessageAsyncDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type CorrelationMessageAsyncDto Modifier and Type Method Description BatchDto
ProcessInstanceRestServiceImpl. correlateMessageAsync(CorrelationMessageAsyncDto correlationMessageAsyncDto)
-