Interface UdpMessageReceiverCallback

All Known Subinterfaces:
UdpMessageQueueService
All Known Implementing Classes:
UdpMessageQueueServiceImpl

public interface UdpMessageReceiverCallback
Callback to process UDP messages received by UdpBindingService.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(UdpMessage udpMessage)
    Receive one incoming UDP message.
  • Method Details

    • receive

      void receive(UdpMessage udpMessage)
      Receive one incoming UDP message.
      Parameters:
      udpMessage - UDP data as received from the network. The message contains the payload as well as the sender's address and port.