Commit
9d68852a61656138c22694f9e0988f6b0a9a1e95
by timothyjward
Include the model name in topic notifications
Filtering at the model level is extremely useful as it permits efficient tracking of multiple providers using the same model. The model URI is required to ensure strict uniqueness, however the model uri is difficult to represent in topic syntax, and would need large amounts of escaping. The trade off is therefore to allow the model name to be used in the topic for rapid checking, with the filter being available for more precise matching if needed.
Signed-off-by: Tim Ward <timothyjward@apache.org> (commit: 9d68852)
Commit
6eebd84301fc3794c5a9dd773c3bcde0d8733afe
by timothyjward
Expose #getProviders(String modelPackageUri, String model) from the twin
The method getProviders(String, String) existed in the EMF Twin, but not the base twin. As we already use the model package uri extensively in that interface we should expose it here as well.
Signed-off-by: Tim Ward <timothyjward@apache.org> (commit: 6eebd84)
Commit
61101a6c9a361235909f11624cf1e8ea199fb126
by timothyjward
Reinstate final modifier for GenericDto
The EMF dto altered the GenericDto so that it could extend it. The GenericDto was intentionally final to prevent usage mistakes in the API. There are few fields and we should copy them.
Signed-off-by: Tim Ward <timothyjward@apache.org> (commit: 61101a6)