FTL.Realm.getPublisher()

Signature

Object getPublisher(Object realmObject, String endPointName, String appInstanceIdentifier, Object props)

Domain

ACTION

Description

This method returns a FTLPublisher Object, using the passed Realm Object, endPointName and appInstanceIdentifier provided.

Parameters

NameTypeDescription
realmObjectObjectObject of type Realm
endPointNameStringThe String endPoint name.
appInstanceIdentifierStringThe String appInstanceIdentifier.
propsObjectThe Object of type FTL.Property.

Returns

TypeDescription
ObjectAn FTLPublisher type Object

Cautions

none