Uses of Interface
org.apache.logging.log4j.message.ParameterConsumer
Packages that use ParameterConsumer
-
Uses of ParameterConsumer in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message with parameters of type ParameterConsumerModifier and TypeMethodDescription<S> voidParameterVisitable.forEachParameter(ParameterConsumer<S> action, S state) Performs the given action for each parameter until all values have been processed or the action throws an exception.<S> voidReusableObjectMessage.forEachParameter(ParameterConsumer<S> action, S state) <S> voidReusableParameterizedMessage.forEachParameter(ParameterConsumer<S> action, S state) <S> voidReusableSimpleMessage.forEachParameter(ParameterConsumer<S> action, S state)