FTL.Subscriber.bind()

Signature

void bind (Object subscriber, String eventUri, String messageFormat, Object contentMap)

Domain

ACTION

Description

This method binds the FTLSubscriber

Parameters

NameTypeDescription
subscriberObjectFTLSubscriber Object
eventUriStringThe eventUri String to be used during subscriber binding.
messageFormatStringThe messageFormat String provided to be used during subscriber binding.
contentMapObjectIf filtering is needed then the contentMap value can be set to something like {"type":2,"toBaseStation":"ABC123",...}, else null value can be provided.

Returns

TypeDescription
voidThis method binds the FTLSubscriber using the provided eventUri,messageFormat and the contentMap if provided.

Cautions

none