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

com.transferwise.common.gracefulshutdown.GracefulShutdownIgnore Maven / Gradle / Ivy

The newest version!
package com.transferwise.common.gracefulshutdown;

import com.transferwise.common.gracefulshutdown.strategies.ExecutorServiceGracefulShutdownStrategy;
import com.transferwise.common.gracefulshutdown.strategies.TaskSchedulersGracefulShutdownStrategy;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Annotated Beans will not be shutdown gracefully by service.
 * 

* Affects: {@link ExecutorServiceGracefulShutdownStrategy} and {@link TaskSchedulersGracefulShutdownStrategy} *

*/ @Retention(RetentionPolicy.RUNTIME) public @interface GracefulShutdownIgnore { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy