Class CamundaBpmCorrelateConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware , org.springframework.context.ApplicationContextAware

    @AutoConfiguration()@ConditionalOnProperty(prefix = "correlate", name = {"enabled"}, matchIfMissing = true, havingValue = "true")@AutoConfigureAfter(value = {CamundaBpmAutoConfiguration.class})@EnableConfigurationProperties(value = {CorrelateConfigurationProperties.class}) 
    public final class CamundaBpmCorrelateConfiguration
     implements ApplicationContextAware
                        

    Main correlation configuration.