Class BaseEventSubscriber
java.lang.Object
com.echothree.model.control.core.server.eventbus.BaseEventSubscriber
- Direct Known Subclasses:
AppearanceModificationSubscriber
,ContentCatalogModificationSubscriber
,ContentCategoryModificationSubscriber
,ContentCollectionModificationSubscriber
,FilterModificationSubscriber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
-
Constructor Details
-
BaseEventSubscriber
public BaseEventSubscriber()
-
-
Method Details
-
decodeEventAndApply
protected void decodeEventAndApply(SentEvent se, Function5Arity<Event, EntityInstance, EventTypes, String, String> f5)
-