FTL.Publisher.bind()

Signature

void bind (Object publisher, String eventUri, String messageFormat)

Domain

ACTION

Description

This method binds the FTLPublisher using the provided eventUri and messageFormat.

Parameters

NameTypeDescription
publisherObjectFTLPublisher Object
eventUriStringThe eventUri String to be used during publisher binding.
messageFormatStringThe messageFormat String provided to be used during publisher binding.

Returns

TypeDescription
void

Cautions

none