Skip to content
Success

SensiNact core API (Aug 8, 2024, 11:01:54 AM)

Started 1 yr 11 mo ago
Took 18 sec
Build Artifacts
api-0.0.2-SNAPSHOT.jar44.48 KiB view
api-0.0.2-SNAPSHOT.pom3.17 KiB view
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)
timothyjward at
fixed NPE due to missing service EClass

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: a648fd6)
j.albert at
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)
timothyjward at
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)
timothyjward at
Changes in dependency
  1. SensiNact core Annotations #30#31 (detail)
  2. SensiNact GeoJSON mapping types #30#31 (detail)