T - public interface JmxReducer<T>
It's highly recommended for implementations of this interface to be stateless or immutable (namely have immutable state after creation)
| Modifier and Type | Method and Description |
|---|---|
T |
reduce(List<? extends T> input) |
Copyright © 2019. All rights reserved.