类 FlowZeebeConfiguration

    • 构造器详细资料

      • FlowZeebeConfiguration

        public FlowZeebeConfiguration()
    • 方法详细资料

      • noopCredentialsProvider

        @Bean
        @ConditionalOnMissingBean(io.camunda.zeebe.client.CredentialsProvider.class)
        public io.camunda.zeebe.client.impl.NoopCredentialsProvider noopCredentialsProvider()
      • zeebeClient

        @Bean
        @ConditionalOnMissingBean
        public io.camunda.zeebe.client.ZeebeClient zeebeClient​(@Autowired
                                                               ZeebeProperties properties,
                                                               @Autowired
                                                               io.camunda.zeebe.client.CredentialsProvider provider,
                                                               @Autowired
                                                               com.fasterxml.jackson.databind.ObjectMapper mapper)
      • zeebeProcessService

        @Bean
        public ZeebeProcessService zeebeProcessService​(@Autowired
                                                       io.camunda.zeebe.client.ZeebeClient zeebeClient,
                                                       @Autowired
                                                       org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations elasticsearchOperations,
                                                       @Autowired
                                                       org.springframework.context.ApplicationContext context,
                                                       @Autowired
                                                       ZeebeProperties properties)
      • zeebeInstanceService

        @Bean
        public ZeebeInstanceService zeebeInstanceService​(@Autowired
                                                         io.camunda.zeebe.client.ZeebeClient zeebeClient,
                                                         @Autowired
                                                         org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations operations)
      • zeebeMessageService

        @Bean
        public ZeebeMessageService zeebeMessageService​(@Autowired
                                                       io.camunda.zeebe.client.ZeebeClient zeebeClient)
      • zeebeUserTaskService

        @Bean
        public ZeebeUserTaskService zeebeUserTaskService​(@Autowired
                                                         ZeebeProperties properties,
                                                         @Autowired
                                                         cn.dustlight.flow.core.flow.usertask.UserTaskDataValidator validator,
                                                         @Autowired
                                                         org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations operations,
                                                         @Autowired
                                                         io.camunda.zeebe.client.ZeebeClient zeebeClient)
      • userTaskWorkker

        @Bean
        @ConditionalOnProperty(prefix="dustlight.flow.zeebe",
                               name="enable-user-task-worker",
                               matchIfMissing=true)
        public UserTaskWorker userTaskWorkker​(@Autowired
                                              ZeebeProperties properties,
                                              @Autowired
                                              io.camunda.zeebe.client.ZeebeClient zeebeClient,
                                              @Autowired
                                              org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations operations)
      • dcElasticsearchConverter

        @Bean
        @Primary
        public org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter dcElasticsearchConverter​(org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext mappingContext)