Class PushAuthTokenUpdateNodeResponse

  • All Implemented Interfaces:
    org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.core.RefCounted

    public class PushAuthTokenUpdateNodeResponse
    extends org.elasticsearch.action.support.nodes.BaseNodeResponse
    • Constructor Detail

      • PushAuthTokenUpdateNodeResponse

        public PushAuthTokenUpdateNodeResponse​(org.elasticsearch.common.io.stream.StreamInput in)
                                        throws IOException
        Throws:
        IOException
      • PushAuthTokenUpdateNodeResponse

        public PushAuthTokenUpdateNodeResponse​(org.elasticsearch.cluster.node.DiscoveryNode node,
                                               String message)
    • Method Detail

      • getMessage

        public String getMessage()
      • writeTo

        public void writeTo​(org.elasticsearch.common.io.stream.StreamOutput out)
                     throws IOException
        Specified by:
        writeTo in interface org.elasticsearch.common.io.stream.Writeable
        Overrides:
        writeTo in class org.elasticsearch.action.support.nodes.BaseNodeResponse
        Throws:
        IOException