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