Exemplo n.º 1
0
 /**
  * Gets the sequence or ordering number for this message in the the correlation group (as defined
  * by the correlationId)
  *
  * @return the sequence number or -1 if the sequence is not important
  */
 public int getCorrelationSequence() {
   return adapter.getCorrelationSequence();
 }