Class ResponseCollectMessage
java.lang.Object
com.iohao.net.framework.protocol.ResponseCollectMessage
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ResponseCollect
getErrorCode, getErrorMessage, getResponseList, isSuccess, setError, setErrorCode, setErrorMessage
-
Constructor Details
-
ResponseCollectMessage
public ResponseCollectMessage()
-