Uses of Class
org.activiti.runtime.api.event.impl.BPMNMessageConverter
-
Packages that use BPMNMessageConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.impl -
-
Uses of BPMNMessageConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return BPMNMessageConverter Modifier and Type Method Description BPMNMessageConverterProcessRuntimeAutoConfiguration. bpmnMessageConveter()Methods in org.activiti.runtime.api.conf with parameters of type BPMNMessageConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerMessageReceivedListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNMessageReceivedEvent>> eventListeners, BPMNMessageConverter bpmnMessageConverter)org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerMessageSentListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNMessageSentEvent>> eventListeners, BPMNMessageConverter bpmnMessageConverter)org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerMessageWaitingListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNMessageWaitingEvent>> eventListeners, BPMNMessageConverter bpmnMessageConverter) -
Uses of BPMNMessageConverter in org.activiti.runtime.api.event.impl
Constructors in org.activiti.runtime.api.event.impl with parameters of type BPMNMessageConverter Constructor Description ToMessageReceivedConverter(BPMNMessageConverter bpmnMessageConverter)ToMessageSentConverter(BPMNMessageConverter bpmnMessageConverter)ToMessageWaitingConverter(BPMNMessageConverter bpmnMessageConverter)
-