Publishes the given {@code data} onto this channel.
The {@code data} published must not be null and can be any object thatcan be natively converted to JSON (numbers, strings, arrays, lists, maps), or objects for which a JSON converter has been registered with the infrastructure responsible of the JSON conversion.
@param data the data to publish @see #publish(Object,MessageListener)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|