Modifier and Type | Field and Description |
---|---|
private Map<String,Object> |
_args |
private String |
_id |
private UserIdentity |
_issuer |
Constructor and Description |
---|
Event(String eventId,
UserIdentity issuer,
Map<String,Object> args)
Creates an event.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getArguments()
Returns the arguments.
|
String |
getId()
Retrieves the event identifier.
|
UserIdentity |
getIssuer()
Retrieves the issuer responsible of this event.
|
String |
toString() |
private UserIdentity _issuer
public UserIdentity getIssuer()
public Map<String,Object> getArguments()