Class AccountArchiveServiceEventConsumer

java.lang.Object
net.anotheria.portalkit.services.common.eventing.AbstractServiceEventConsumer
net.anotheria.portalkit.services.accountarchive.event.AccountArchiveServiceEventConsumer
All Implemented Interfaces:
net.anotheria.anoprise.eventservice.EventServiceConsumer, net.anotheria.anoprise.eventservice.EventServiceParticipant, net.anotheria.anoprise.eventservice.EventServicePushConsumer, net.anotheria.portalkit.services.common.eventing.ServiceEventConsumer

public abstract class AccountArchiveServiceEventConsumer extends net.anotheria.portalkit.services.common.eventing.AbstractServiceEventConsumer
Since:
24.04.14 16:46
Author:
VKoulakov
  • Field Details

  • Constructor Details

    • AccountArchiveServiceEventConsumer

      protected AccountArchiveServiceEventConsumer()
      Constructor.
  • Method Details

    • serviceEvent

      protected void serviceEvent(net.anotheria.portalkit.services.common.eventing.ServiceEventData eventData)
      Specified by:
      serviceEvent in class net.anotheria.portalkit.services.common.eventing.AbstractServiceEventConsumer
    • archivedAccountCreated

      protected abstract void archivedAccountCreated(ArchivedAccountEventData eventData)
    • archivedAccountUpdated

      protected abstract void archivedAccountUpdated(ArchivedAccountUpdateEventData eventData)
    • archivedAccountDeleted

      protected abstract void archivedAccountDeleted(ArchivedAccountEventData eventData)