public class PathRouting<P> extends Routing<P>
index, listener| Constructor and Description |
|---|
PathRouting(String expr,
int index,
EventListener<P> listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPatterned()
模式化的
|
boolean |
matches(String sentTopic)
匹配
|
getIndex, getListener, toStringpublic PathRouting(String expr, int index, EventListener<P> listener)
expr - 表达式(* 表示一段,** 表示不限段)index - 顺序位listener - 监听器Copyright © 2025. All rights reserved.