psdi.iface.jms

Class KafkaTenantErrorsCleanUp

  • java.lang.Object
    • psdi.iface.jms.KafkaTenantErrorsCleanUp


  • public class KafkaTenantErrorsCleanUp
    extends java.lang.Object
    An automic object that provides the lock object for the tenant operation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void cleanErrors()
      Remove all deleted tenants
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KafkaTenantErrorsCleanUp

        public KafkaTenantErrorsCleanUp()
        Default Constructor
    • Method Detail