Created
July 6, 2016 14:51
-
-
Save nobodyiam/32e77d92849c13d035943e249c82ddcf to your computer and use it in GitHub Desktop.
Apollo client get config of namespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Config config = ConfigService.getConfig("FX.Hermes.Producer"); | |
Integer defaultSenderBatchSize = 200; | |
Integer senderBatchSize = config.getIntProperty("sender.batchsize", defaultSenderBatchSize); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment