Interface RpcTrait
- All Known Implementing Classes:
DictRpcHandler
@Priority(16)
public interface RpcTrait
标记接口,表示实现此接口的类可以通过远程过程调用(RPC)的方式提供或消费功能。
此接口本身不包含任何方法,仅作为语义标记,用于在ZeroWeb框架中识别RPC相关的组件。
- Author:
- xezzon
DictRpcHandler标记接口,表示实现此接口的类可以通过远程过程调用(RPC)的方式提供或消费功能。
此接口本身不包含任何方法,仅作为语义标记,用于在ZeroWeb框架中识别RPC相关的组件。