FTL.Subscriber.bind()
Signature
void bind (Object subscriber, String eventUri, String messageFormat, Object contentMap)
Description
This method binds the FTLSubscriber
Parameters
Name | Type | Description |
subscriber | Object | FTLSubscriber Object |
eventUri | String | The eventUri String to be used during subscriber binding. |
messageFormat | String | The messageFormat String provided to be used during subscriber binding. |
contentMap | Object | If filtering is needed then the contentMap value can be set to something like {"type":2,"toBaseStation":"ABC123",...}, else null value can be provided. |
Returns
Type | Description |
void | This method binds the FTLSubscriber using the provided eventUri,messageFormat and the contentMap if provided. |