Class LocalCustomEvent

java.lang.Object
com.novomind.ecom.api.iagent.common.event.CustomEvent
com.novomind.ecom.api.iagent.common.event.LocalCustomEvent
All Implemented Interfaces:
Event, com.novomind.ecom.common.api.attribute.Named

public class LocalCustomEvent extends CustomEvent
The LocalCustomEvent extends the CustomEvent. Unlike the CustomEvent the LocalCustomEvent is only processed within the same process where it has been triggered. It does not have any limitations for the length of the attribute values like the CustomEvent.
Since:
13.13
  • Constructor Details