Class LoggingDeprecationAccumulationHandler

java.lang.Object
org.elasticsearch.xpack.core.deprecation.LoggingDeprecationAccumulationHandler
All Implemented Interfaces:
DeprecationHandler

public class LoggingDeprecationAccumulationHandler extends Object implements DeprecationHandler
Very similar to LoggingDeprecationHandler main differences are: 1. Is not a Singleton 2. Accumulates all deprecation warnings into a list that can be retrieved with getDeprecations() NOTE: The accumulation is NOT THREAD SAFE