Class ResponseCollectMessage

java.lang.Object
com.iohao.net.framework.protocol.ResponseCollectMessage
All Implemented Interfaces:
ResponseCollect

public class ResponseCollectMessage extends Object implements ResponseCollect
Default implementation of ResponseCollect that stores aggregated responses from multiple logic servers.

Holds the list of individual Response objects along with a top-level error code and message representing the overall collect outcome.

Author:
渔民小镇
date:
2022-05-22
  • Constructor Details

    • ResponseCollectMessage

      public ResponseCollectMessage()