Class Consumer.ExceptionLogger<E extends Exception>

java.lang.Object
org.wildfly.clustering.function.Consumer.ExceptionLogger<E>
Type Parameters:
E - the exception type
All Implemented Interfaces:
Consumer<E>, Consumer<E>
Enclosing interface:
Consumer<T>

public static class Consumer.ExceptionLogger<E extends Exception> extends Object implements Consumer<E>
A consumer of an exception that logs its parameter.
Author:
Paul Ferraro