Uses of Class
org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender
-
-
Uses of RuntimeBundleInfoAppender in org.activiti.cloud.services.events.configuration
Methods in org.activiti.cloud.services.events.configuration that return RuntimeBundleInfoAppender Modifier and Type Method Description RuntimeBundleInfoAppenderCloudEventsAutoConfiguration. runtimeBundleInfoAppender(RuntimeBundleProperties properties) -
Uses of RuntimeBundleInfoAppender in org.activiti.cloud.services.events.converter
Constructors in org.activiti.cloud.services.events.converter with parameters of type RuntimeBundleInfoAppender Constructor Description ToCloudProcessRuntimeEventConverter(RuntimeBundleInfoAppender runtimeBundleInfoAppender)ToCloudTaskRuntimeEventConverter(RuntimeBundleInfoAppender runtimeBundleInfoAppender)ToCloudVariableEventConverter(RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.activiti.spring.process.CachingProcessExtensionService processExtensionService) -
Uses of RuntimeBundleInfoAppender in org.activiti.cloud.services.events.listeners
Constructors in org.activiti.cloud.services.events.listeners with parameters of type RuntimeBundleInfoAppender Constructor Description CloudApplicationDeployedProducer(RuntimeBundleInfoAppender runtimeBundleInfoAppender, ProcessEngineChannels producer, RuntimeBundleMessageBuilderFactory runtimeBundleMessageBuilderFactory)CloudProcessDeployedProducer(RuntimeBundleInfoAppender runtimeBundleInfoAppender, ProcessEngineChannels producer, RuntimeBundleMessageBuilderFactory runtimeBundleMessageBuilderFactory, RuntimeBundleProperties properties)MessageProducerCommandContextCloseListener(ProcessEngineChannels producer, MessageBuilderChainFactory<org.activiti.engine.impl.context.ExecutionContext> messageBuilderChainFactory, RuntimeBundleInfoAppender runtimeBundleInfoAppender) -
Uses of RuntimeBundleInfoAppender in org.activiti.cloud.services.events.services
Constructors in org.activiti.cloud.services.events.services with parameters of type RuntimeBundleInfoAppender Constructor Description CloudProcessDeletedService(ProcessEngineChannels producer, RuntimeBundleMessageBuilderFactory runtimeBundleMessageBuilderFactory, RuntimeBundleInfoAppender runtimeBundleInfoAppender)
-