Package org.somda.sdc.dpws.udp
Interface UdpMessageQueueObserver
-
- All Implemented Interfaces:
public interface UdpMessageQueueObserverObserver that is fed by UdpMessageQueueService. Use com.google.common.eventbus.Subscribe to annotate a callback method to receive UdpMessage instances from UdpMessageQueueService. The callback method signature returns void and accepts a UdpMessage instance as the only parameter.