Interface Sender

All Superinterfaces:
AutoCloseable, Channel

public interface Sender extends Channel
A channel to send messages to a remote destination.
Author:
Domenico Barra - domenico@adamantic.io
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends a message to a remote destination.

    Methods inherited from interface io.adamantic.quicknote.Channel

    close, name, open, state
  • Method Details

    • send

      void send(Message n) throws IOException
      Sends a message to a remote destination. Guarantees on delivery
      Parameters:
      n - the message to send
      Throws:
      IOException - if the message cannot be sent