All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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