Package org.wildfly.clustering.function
Class Consumer.ExceptionLogger<E extends Exception>
java.lang.Object
org.wildfly.clustering.function.Consumer.ExceptionLogger<E>
- Type Parameters:
E- the exception type
public static class Consumer.ExceptionLogger<E extends Exception>
extends Object
implements Consumer<E>
A consumer of an exception that logs its parameter.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.function.Consumer
Consumer.ExceptionLogger<E extends Exception> -
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Consumer
EMPTY, EXCEPTION_LOGGER, EXCEPTION_LOGGERS -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Consumer
andThen, compose, compose, handle, thenReturn, when, withDefault