publish abstract method

Future publish(
  1. Message message
)

Publish a message.

Returns a Future which completes with null when the operation is finished.

Implementation

Future publish(Message message);