public class RoutingTag<C,R> extends Routing<C,R>
index, listener| Constructor and Description |
|---|
RoutingTag(String expr,
int index,
TopicListener<Payload<C,R>> listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String sentTopic)
匹配
|
getIndex, getListener, toStringpublic RoutingTag(String expr, int index, TopicListener<Payload<C,R>> listener)
expr - 表达式(: 为主题与标签的间隔符;,为标签的间隔符)index - 顺序位listener - 监听器Copyright © 2025. All rights reserved.