Class EmptyExternalResponseMessage

java.lang.Object
com.iohao.net.framework.protocol.EmptyExternalResponseMessage
All Implemented Interfaces:
CommonResponse, FutureMessage

public final class EmptyExternalResponseMessage extends Object implements CommonResponse, FutureMessage
Lightweight external response that carries only error information and no payload.

Used when the external server needs to signal success or failure without returning any business data (e.g. acknowledgement-only responses).

Since:
25.1
Author:
渔民小镇
date:
2025-09-18
  • Constructor Details

    • EmptyExternalResponseMessage

      public EmptyExternalResponseMessage()
  • Method Details