Uses of Class
com.floragunn.searchsupport.diag.LogContextPreservingActionListener
-
Packages that use LogContextPreservingActionListener Package Description com.floragunn.searchsupport.diag -
-
Uses of LogContextPreservingActionListener in com.floragunn.searchsupport.diag
Methods in com.floragunn.searchsupport.diag that return LogContextPreservingActionListener Modifier and Type Method Description static <R> LogContextPreservingActionListener<R>LogContextPreservingActionListener. wrapPreservingContext(org.elasticsearch.action.ActionListener<R> listener, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)Wraps the provided action listener in aContextPreservingActionListenerthat will also copy the response headers when theThreadContext.StoredContextis closed
-