FTL.Realm.getPublisher()
Signature
Object getPublisher(Object realmObject, String endPointName, String appInstanceIdentifier, Object props)
Description
This method returns a FTLPublisher Object, using the passed Realm Object, endPointName and appInstanceIdentifier provided.
Parameters
Name | Type | Description |
realmObject | Object | Object of type Realm |
endPointName | String | The String endPoint name. |
appInstanceIdentifier | String | The String appInstanceIdentifier. |
props | Object | The Object of type FTL.Property. |
Returns
Type | Description |
Object | An FTLPublisher type Object |