Class OutboundHandler.SendContext

java.lang.Object
org.elasticsearch.action.NotifyOnceListener<java.lang.Void>
org.elasticsearch.transport.OutboundHandler.SendContext
All Implemented Interfaces:
ActionListener<java.lang.Void>, CheckedSupplier<BytesReference,​java.io.IOException>
Enclosing class:
OutboundHandler

public class OutboundHandler.SendContext
extends NotifyOnceListener<java.lang.Void>
implements CheckedSupplier<BytesReference,​java.io.IOException>
  • Method Summary

    Modifier and Type Method Description
    BytesReference get()  
    protected void innerOnFailure​(java.lang.Exception e)  
    protected void innerOnResponse​(java.lang.Void v)  

    Methods inherited from class org.elasticsearch.action.NotifyOnceListener

    onFailure, onResponse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait