MigratoryDataAccessListener::UnsubscribeEvent
Provide information about an unsubscription.
Inherits from Event
Public Functions
Name | |
---|---|
String | getClientAddress() Provides the IP address of the client. |
List< String > | getSubjects() Provides the unsubscribed subjects. |
Map< String, Object > | getAdditionalInfo() Get additional attributes of the user as key/value pairs. |
Public Functions Documentation
function getClientAddress
String getClientAddress()
Provides the IP address of the client.
Return: the IP address of the client
function getSubjects
List< String > getSubjects()
Provides the unsubscribed subjects.
Return: the unsubscribed subjects
function getAdditionalInfo
Map< String, Object > getAdditionalInfo()
Get additional attributes of the user as key/value pairs.
Return: a map with additional attributes
No additional attributes are currently available.