Class ActionResponse.Empty

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
ActionResponse

public static final class ActionResponse.Empty extends ActionResponse implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

  • Constructor Details

    • Empty

      public Empty()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • writeTo

      public void writeTo(StreamOutput out)
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params)
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent