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