Java

Request

表示可通过总线发送的请求消息。 请求是一种期望收到响应的消息,用于请求-响应通信模式。
  • Type interface
  • Package: com.euonia.bus.message
  • Author: damon(zhaorong@outlook.com)
  • Type Parameters: <R> — 请求期望的响应类型
  • Extends: Message

Methods

Inherited from Message.