Class MessagingService

java.lang.Object
de.willuhn.jameica.services.MessagingService
All Implemented Interfaces:
de.willuhn.boot.Bootable

public class MessagingService extends Object implements de.willuhn.boot.Bootable
Initialisiert das Messaging-System. Wird erst "on demand" gestartet.
  • Constructor Details

    • MessagingService

      public MessagingService()
  • Method Details

    • depends

      public Class[] depends()
      Specified by:
      depends in interface de.willuhn.boot.Bootable
      See Also:
      • Bootable.depends()
    • init

      public void init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller) throws de.willuhn.boot.SkipServiceException
      Specified by:
      init in interface de.willuhn.boot.Bootable
      Throws:
      de.willuhn.boot.SkipServiceException
      See Also:
      • Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
    • getMessagingFactory

      public MessagingFactory getMessagingFactory()
      Liefert die aktuelle MessagingFactory.
      Returns:
      die MessagingFactory.
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface de.willuhn.boot.Bootable
      See Also:
      • Bootable.shutdown()