Interface MessageOut

All Known Subinterfaces:
MessageObjectOut<K>, MessageStreamOut

public interface MessageOut
Message Out Layout Class
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    An Event called when the Message is being sent
  • Method Details

    • sending

      default void sending(DataSender sender) throws Throwable
      An Event called when the Message is being sent
      Parameters:
      sender - The receiving Sender
      Throws:
      Throwable