@Configuration
@AutoConfigureAfter
@ConditionalOnBean
public class LeaderElectionConfiguration
@Bean @NotNull public LeaderElector leaderElector(@NotNull LockManager lockManager, @NotNull java.util.List<? extends com.antelopesystem.crudframework.utils.cluster.leaderelection.LeaderListener> leaderListeners, @Value @NotNull java.lang.String applicationName)