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 Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_CONSUMER
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccountArchiveServiceEventConsumer()Constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidarchivedAccountCreated(ArchivedAccountEventData eventData)protected abstract voidarchivedAccountDeleted(ArchivedAccountEventData eventData)protected abstract voidarchivedAccountUpdated(ArchivedAccountUpdateEventData eventData)protected voidserviceEvent(net.anotheria.portalkit.services.common.eventing.ServiceEventData eventData)
-
-
-
Field Detail
-
EVENT_CONSUMER
public static final java.lang.String EVENT_CONSUMER
- See Also:
- Constant Field Values
-
-
Method Detail
-
serviceEvent
protected void serviceEvent(net.anotheria.portalkit.services.common.eventing.ServiceEventData eventData)
- Specified by:
serviceEventin classnet.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)
-
-