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

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

There is a newer version: 2.14.5
Show newest version
package com.transferwise.common.gracefulshutdown;

import java.util.List;

public interface GracefulShutdownStrategiesRegistry {

  /**
   * Provides all strategies.
   *
   * 

Startup events are sent in the order in the list. * *

Shutdown events are sent in the reverse order. */ List getStrategies(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy