Open the menu
    ```html

    Observer Manager: Administration

    An observer is nothing more than a JAVA class that receives information from the portal through events. To do this, it is necessary to register the class in the portal through the administrative environment of the observer manager.

    As an example of an observer, the "MainMetaData" is responsible for receiving notifications when a metadata is added, updated, or removed. The same occurs with the "ServiceInterfaceInstance" which is responsible for receiving notifications of added, updated, or removed service instances.

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    observerList

    • Name(string)
    • Class(string)
    • Enabled(boolean)

    Links

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • Update Default
    • Enable
    • Disable
    • Delete
    ```