File tree Expand file tree Collapse file tree
openmessaging-api/src/main/java/io/openmessaging Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,24 +51,5 @@ public interface OMSBuiltinKeys {
5151 */
5252 String OPERATION_TIMEOUT = "OPERATION_TIMEOUT" ;
5353
54- /**
55- * The {@code ROUTING_SOURCE} key shows the source queue of a {@code Routing} instance.
56- * <p>
57- * The {@code Routing} consists of a triple, include source queue, destination queue and expression.
58- */
59- String ROUTING_SOURCE = "ROUTING_SOURCE" ;
6054
61- /**
62- * The {@code ROUTING_DESTINATION} key shows the destination queue of a {@code Routing} instance.
63- * <p>
64- * The {@code Routing} consists of a triple, include source queue, destination queue and expression.
65- */
66- String ROUTING_DESTINATION = "ROUTING_DESTINATION" ;
67-
68- /**
69- * The {@code ROUTING_EXPRESSION} key shows the expression of a {@code Routing} instance.
70- * <p>
71- * The {@code Routing} consists of a triple, include source queue, destination queue and expression.
72- */
73- String ROUTING_EXPRESSION = "ROUTING_EXPRESSION" ;
7455}
You can’t perform that action at this time.
0 commit comments