ConnectionAckGroup constructor

ConnectionAckGroup(
  1. int ackId,
  2. int startTime,
  3. List<ConnectionProcessor> processors
)

Implementation

ConnectionAckGroup(this.ackId, this.startTime, this.processors);