![JAR search and dependency download from the Maven repository](/logo.png)
com.metaring.framework.ext.spring.boot.MetaRingSpringBootAsync Maven / Gradle / Ivy
package com.metaring.framework.ext.spring.boot;
import java.util.concurrent.Executor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
@Configuration
@EnableAsync
class MetaRingSpringBootAsync {
@Bean("MetaRingAsyncExecutor")
static final Executor MetaRingAsyncExecutor() {
return MetaRingSpringBootApplication.EXECUTOR;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy