meta

abstract fun meta(meta: Any): PublishBuilder

Sets the metadata to be sent along with the message. Metadata can be any custom object.

Return

The current instance of PublishBuilder for method chaining.

Parameters

meta

Metadata object which can be used with the filtering ability.