Class Publisher


  • public class Publisher
    extends Object
    A Publisher object that is associated with a change-notification. This holds information about the application that published the change.
    Since:
    0.0.1
    • Constructor Detail

      • Publisher

        public Publisher()
        Creates an instance of a Publisher.
    • Method Detail

      • getId

        public String getId()
        Gets the ID of the publishing application.
        Returns:
        the application ID
      • getApplicationName

        public String getApplicationName()
        Gets tne name of the publishing application.
        Returns:
        the application name
      • getTenant

        public Tenant getTenant()
        Gets the tenant where the change occurred.
        Returns:
        the tenant information