Skip to content

Commit caad18f

Browse files
committed
Remove unused buildin keys
1 parent 8e17939 commit caad18f

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

openmessaging-api/src/main/java/io/openmessaging/OMSBuiltinKeys.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)