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