OSGi Configuration with the Web Console | Multi-multifield.
Currently, it is possible to create a multifield OSGi configuration with @Property(unbounded=PropertyUnbounded.ARRAY).
Is it possible to create multi-multifield OSGi configuration?
Currently, it is possible to create a multifield OSGi configuration with @Property(unbounded=PropertyUnbounded.ARRAY).
Is it possible to create multi-multifield OSGi configuration?
see here an example: htl-examples/MyServiceConfiguration.java at master · heervisscher/htl-examples · GitHub
@AttributeDefinition(name = "Multiple-Values", description = "Multi Configuration values")
String[] getStringValues();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.