Class LoggingTaskListener<Response>

java.lang.Object
org.elasticsearch.tasks.LoggingTaskListener<Response>
All Implemented Interfaces:
ActionListener<Response>

public final class LoggingTaskListener<Response> extends Object implements ActionListener<Response>
An ActionListener that just logs the task and its response at the info level. Used when we need a listener but aren't returning the result to the user.
  • Constructor Details

    • LoggingTaskListener

      public LoggingTaskListener(Task task)
  • Method Details