Interface PlatformManagementInterface

    • Method Detail

      • registerToPlatform

        boolean registerToPlatform​(java.net.URI platformUrl,
                                   java.lang.String currentDtd)
        This method allows the component to send the registration request to the passed WoDT Digital Twins Platform.
        Parameters:
        platformUrl - the platformUrl to which register
        currentDtd - the current Digital Twin Descriptor
        Returns:
        true if correctly registered, false instead
      • signalDigitalTwinDeletion

        void signalDigitalTwinDeletion()
        Signal to the Platform Management Interface the deletion of the managed Digital Twin. This will result in the deletion notification to be sent to all the WoDT Digital Twins Platform to which it is registered.