integration-service #745
Replies: 4 comments
-
And what is classes? :) |
Beta Was this translation helpful? Give feedback.
-
OK. I guess this |
Beta Was this translation helpful? Give feedback.
-
Hi @unbreakabl3 , we were recently updating some outdated archetypes and together with that update we proposed a new sample structure for the TS-based projects. The structure is based on services (NsxService, VcenterService) which are in separate folder structure (in the archetype's case it is integration-service-1) and all the related components are nested inside. The underlying separation of folders of course can be optional and based on the amounts of components - e.g. if you have only 1 class you can also put it directly under the root folder of the service. For that matter the configuration element and the accessor (class that accesses the config element and it's data) are placed in the root service folder since it is expected that there will be only a single configuration element holding all values related to that service. On the other hand, there might be multiple actions, classes, resource elements and so on. |
Beta Was this translation helpful? Give feedback.
-
@unbreakabl3 feel free to re-open the topic in case you have more questions :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I recently created a new TS-based project and noticed a new configuration called
integration-service
. However, I couldn’t find any information about it in the documentation. Could anyone please explain what this configuration does?Beta Was this translation helpful? Give feedback.
All reactions