Uses of Class
org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender
-
Packages that use RuntimeBundleInfoAppender Package Description org.activiti.cloud.services.events.configuration org.activiti.cloud.services.events.converter org.activiti.cloud.services.events.listeners -
-
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) -
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)
-