Class WoDTDigitalAdapter
java.lang.Object
io.github.webbasedwodt.WoDTShadowingAdapter.impl.WoDTDigitalAdapter
This class represents the Eclipse Ditto Adapter that allows to implement the WoDT Digital Twin layer
implementing the components of the Abstract Architecture.
-
Constructor Summary
ConstructorsConstructorDescriptionWoDTDigitalAdapter
(WoDTDigitalAdapterConfiguration configuration) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onThingChange
(org.eclipse.ditto.client.changes.ThingChange change) Handle a thing change.void
Stop the adapter.
-
Constructor Details
-
WoDTDigitalAdapter
Default constructor.- Parameters:
configuration
- the configuration of the Digital Adapter
-
-
Method Details
-
stopAdapter
public void stopAdapter()Stop the adapter. -
onThingChange
public void onThingChange(org.eclipse.ditto.client.changes.ThingChange change) Handle a thing change.- Parameters:
change
- the change to handle
-