sendMessage abstract method

Stream<T> sendMessage(
  1. String message
)

This method will be used to send the message to the external service and return the message to the application.

Implementation

Stream<T> sendMessage(String message);