Skip to content

Commit 309d1b1

Browse files
authored
Merge pull request openmessaging#47 from llIlll/extend_builtinkeys
[ISSUE43]Add ACCOUNT_KEY to OMSBuiltinKeys
2 parents 23205fb + 588ecea commit 309d1b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ public interface OMSBuiltinKeys {
4141
*/
4242
String ACCOUNT_ID = "ACCOUNT_ID";
4343

44+
/**
45+
* The {@code ACCOUNT_KEY} key shows the specified account key in OMS attribute.
46+
*/
47+
String ACCOUNT_KEY = "ACCOUNT_KEY";
48+
4449
/**
4550
* The {@code REGION} key shows the specified region in OMS driver schema.
4651
*/

0 commit comments

Comments
 (0)