Java
ReceiveIn
指定消息应从哪些传输通道上接收(入站)。
- Type annotation
- Package:
com.euonia.bus.annotation - Target: TYPE — 可应用于类/接口
- Retention: RUNTIME — 运行时保留
- Author: damon(zhaorong@outlook.com)
Elements¶
| Element | Type | Default | Description |
|---|---|---|---|
transports |
String[] |
{} |
入站传输通道名称数组。 |