sendMessage abstract method

void sendMessage(
  1. Message message,
  2. Set<String> endpoints
)

Publishes the given message to all endpoints.

The endpoints should be in the correct format (s3ib://s3i:+ UUIDv4 for decrypted communication or s3ibs://s3i: + UUIDv4 for encrypted messages).

Implementation

void sendMessage(Message message, Set<String> endpoints);