Interface SendWithCorrelationId

  • All Superinterfaces:
    io.netty.buffer.ByteBufHolder, io.netty.util.ReferenceCounted, Send

    public interface SendWithCorrelationId
    extends Send
    Most Sends include a correlation ID that is used to associate a request/response pair. This can be used to indicate that a correlation ID is required.
    • Method Detail

      • getCorrelationId

        int getCorrelationId()
        Returns:
        the correlation id for the Send (a process-unique identifier for a request).