JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
jPOS 3.0.2-SNAPSHOT
org.jpos.jpos
org.jpos.util.function
LogEventMapper
Contents
Description
Method Summary
Hide sidebar
Show sidebar
Interface LogEventMapper
All Superinterfaces:
Function
<
LogEvent
,
LogEvent
>
public interface
LogEventMapper
extends
Function
<
LogEvent
,
LogEvent
>
Functional interface for transforming a
LogEvent
; used in log pipeline processing.
Since:
2.1.4
Method Summary
Methods inherited from interface
Function
andThen
,
apply
,
compose