Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Config.GetConfigList #293

Open
ismaelhamed opened this issue May 24, 2020 · 0 comments
Open

Implement Config.GetConfigList #293

ismaelhamed opened this issue May 24, 2020 · 0 comments

Comments

@ismaelhamed
Copy link
Member

https:/akka/akka/blob/0e4d41ad33dbeb00b598cb75b4d29899371bdc8c/akka-actor/src/main/scala/akka/dispatch/CachingConfig.scala#L156

This allows to have an array of arbitrary objects that can be retrieved as a list of Configs:

my-list = [
    {
        foo = "cat"
        bar = 1
    },
    {
        foo = "dog"
    }
]
var myList = config.GetConfigList("my-list");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant