Class Action.Result.Acknowledged

All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment
Enclosing class:
Action.Result

public static class Action.Result.Acknowledged extends Action.Result.StoppedResult
Acknowledged is a Action.Result.StoppedResult with a status of Action.Result.Status.ACKNOWLEDGED for actions that have been throttled.
  • Constructor Details

    • Acknowledged

      public Acknowledged(String type, String reason)