Class OfferAcquisitionInProgressListener

java.lang.Object
io.meeds.dapp.listener.OfferAcquisitionInProgressListener
All Implemented Interfaces:
io.meeds.deeds.common.listener.EventListener<io.meeds.deeds.common.elasticsearch.model.DeedTenantLease>

@Service public class OfferAcquisitionInProgressListener extends Object implements io.meeds.deeds.common.listener.EventListener<io.meeds.deeds.common.elasticsearch.model.DeedTenantLease>
  • Field Details

  • Constructor Details

    • OfferAcquisitionInProgressListener

      public OfferAcquisitionInProgressListener()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface io.meeds.deeds.common.listener.EventListener<io.meeds.deeds.common.elasticsearch.model.DeedTenantLease>
    • getSupportedEvents

      public List<String> getSupportedEvents()
      Specified by:
      getSupportedEvents in interface io.meeds.deeds.common.listener.EventListener<io.meeds.deeds.common.elasticsearch.model.DeedTenantLease>
    • onEvent

      public void onEvent(String eventName, io.meeds.deeds.common.elasticsearch.model.DeedTenantLease lease)
      Specified by:
      onEvent in interface io.meeds.deeds.common.listener.EventListener<io.meeds.deeds.common.elasticsearch.model.DeedTenantLease>