Interface PlatformManagementInterfaceNotifier

  • All Known Subinterfaces:
    PlatformManagementInterface

    public interface PlatformManagementInterfaceNotifier
    This interface models the notifier part of the Platform Management Interface that get notified when a Platform has added the DT to its ecosystem.
    • Method Detail

      • notifyNewRegistration

        boolean notifyNewRegistration​(java.net.URI platformUrl)
        Notify the registration to a new Platform.
        Parameters:
        platformUrl - the url of the platform that has added the DT.
        Returns:
        true if the DT platform was not already registered, false instead.