Class PublishResponse

java.lang.Object
org.elasticsearch.cluster.coordination.PublishResponse
All Implemented Interfaces:
Writeable

public class PublishResponse extends Object implements Writeable
Response to a PublishRequest, carrying the term and version of the request. Typically wrapped in a PublishWithJoinResponse.