Understanding Layer.build() for Creating Multiple Service Instances
Hi I have a question about Layers and Services: Do I understand correctly that you can use Layer.build() to create multiple "duplicate" services and store them somewhere (inside arrays, for example)? For example, you have a service "A" and you can use Layer.build() to create multiple instances of it, etc.