Interface AsyncWaitStep.Listener

Enclosing class:
AsyncWaitStep

public static interface AsyncWaitStep.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onResponse(boolean conditionMet, org.elasticsearch.xcontent.ToXContentObject informationContext)
     
  • Method Details

    • onResponse

      void onResponse(boolean conditionMet, org.elasticsearch.xcontent.ToXContentObject informationContext)
    • onFailure

      void onFailure(Exception e)