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

Microservice scope added. #12

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs-gen/content/service_data_rule_set/microservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ weight: 30
Nodes of the type `microservice` must have the following mandatory metadata:
- Name
- Type
- Scope
- Description

An interface exposing the microservice may support not only the possibility to "invoke" it, i. e. to execute the functionality the microservice offers.
It may also, or exclusively, support the option to "monitor" the microservice, i. e. to get information about its execution by other clients invoking it.
This behavior of the microservice is set by the Scope which must have one of the following values
* invoke
* monitor
* all

For more information, see the [Common Rule Set: Mandatory Metadata](/hierarchical_information_model/common_rule_set/basics#mandatory-metadata).

Besides the mandatory metadata mentioned above, the following optional metadata may be used
Expand Down