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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidarchivedAccountCreated(ArchivedAccountEventData eventData) protected abstract voidarchivedAccountDeleted(ArchivedAccountEventData eventData) protected abstract voidprotected voidserviceEvent(net.anotheria.portalkit.services.common.eventing.ServiceEventData eventData) Methods inherited from class net.anotheria.portalkit.services.common.eventing.AbstractServiceEventConsumer
push
-
Field Details
-
EVENT_CONSUMER
- See Also:
-
-
Constructor Details
-
AccountArchiveServiceEventConsumer
protected AccountArchiveServiceEventConsumer()Constructor.
-
-
Method Details
-
serviceEvent
protected void serviceEvent(net.anotheria.portalkit.services.common.eventing.ServiceEventData eventData) - Specified by:
serviceEventin classnet.anotheria.portalkit.services.common.eventing.AbstractServiceEventConsumer
-
archivedAccountCreated
-
archivedAccountUpdated
-
archivedAccountDeleted
-