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

com.catchpoint.trace.lambda.integrations.spring.SpringContextSupplier Maven / Gradle / Ivy

The newest version!
package com.catchpoint.trace.lambda.integrations.spring;

import org.springframework.context.ApplicationContext;

/**
 * @author serkan
 */
public interface SpringContextSupplier {

    ApplicationContext get();

    ApplicationContext getNow();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy