AdvancedServicePublisherVersion: NextOn this pagePublisher A publisher is used to send messages to a subscription handler. Methods publish() publish(payload): Promise<void> Publish a message to the subscription handler. Parameters ParameterTypeDescriptionpayloadObjectthe message payload Returns Promise<void>