ConnectionAckGroup constructor
ConnectionAckGroup(
- int ackId,
- int startTime,
- List<
ConnectionProcessor> processors
Implementation
ConnectionAckGroup(this.ackId, this.startTime, this.processors);