MigratoryDataAccessListener::SubscribeEvent
Provide information about a subscription.
Inherits from Event
Public Functions
| Name | |
|---|---|
| String | getClientAddress()  Provides the IP address of the client.  | 
      
| List< String > | getSubjects()  Provides the subscribed 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 subscribed subjects.
Return: the subscribed 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.