Uses of Class
org.activiti.cloud.services.events.converter.ToCloudVariableEventConverter
-
Packages that use ToCloudVariableEventConverter Package Description org.activiti.cloud.services.events.configuration org.activiti.cloud.services.events.listeners -
-
Uses of ToCloudVariableEventConverter in org.activiti.cloud.services.events.configuration
Methods in org.activiti.cloud.services.events.configuration that return ToCloudVariableEventConverter Modifier and Type Method Description ToCloudVariableEventConverterCloudEventsAutoConfiguration. cloudVariableEventConverter(RuntimeBundleInfoAppender runtimeBundleInfoAppender)Methods in org.activiti.cloud.services.events.configuration with parameters of type ToCloudVariableEventConverter Modifier and Type Method Description CloudVariableCreatedProducerCloudEventsAutoConfiguration. cloudVariableCreatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)CloudVariableDeletedProducerCloudEventsAutoConfiguration. cloudVariableDeletedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)CloudVariableUpdatedProducerCloudEventsAutoConfiguration. cloudVariableUpdatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator) -
Uses of ToCloudVariableEventConverter in org.activiti.cloud.services.events.listeners
Constructors in org.activiti.cloud.services.events.listeners with parameters of type ToCloudVariableEventConverter Constructor Description CloudVariableCreatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)CloudVariableDeletedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)CloudVariableUpdatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)
-