T
- the type of the input to the operation.@FunctionalInterface public interface ConfigurationConsumer<T>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
void accept(T t) throws ConfigurationException
t
- the input argumentConfigurationException
- May be thrown while performing a Configuration operation.Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.