public interface RuntimeEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConsumerName()
Consumer of the deployed service.
|
java.util.List<EventDetailsAttribute> |
getEventDetailsAttributes()
Obtains the attributes for the event details.
|
java.lang.Long |
getEventId()
Event unique identity.
|
java.lang.String |
getEventType()
Type of the event.
|
java.lang.String |
getTargetName()
Target at which the service is deployed.
|
java.lang.String |
getTimestamp()
Time at which event is raised.
|
java.lang.String getTimestamp()
java.lang.String getEventType() throws CLLException
CLLException
- In case of a failure to identify the type of event.java.lang.Long getEventId()
java.lang.String getTargetName() throws CLLException
CLLException
- in case of a failure to identify the targetjava.lang.String getConsumerName()
java.util.List<EventDetailsAttribute> getEventDetailsAttributes()
List
of EventDetailsAttribute