Class RemoteNotificationProxy
- java.lang.Object
-
- net.timewalker.ffmq4.listeners.utils.RemoteNotificationProxy
-
- All Implemented Interfaces:
net.timewalker.ffmq4.local.destination.notification.NotificationProxy
public final class RemoteNotificationProxy extends Object implements net.timewalker.ffmq4.local.destination.notification.NotificationProxy
NotificationProxy
-
-
Constructor Summary
Constructors Constructor Description RemoteNotificationProxy(net.timewalker.ffmq4.utils.id.IntegerID sessionId, net.timewalker.ffmq4.transport.PacketTransport transport)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNotification(net.timewalker.ffmq4.utils.id.IntegerID consumerId, net.timewalker.ffmq4.common.message.AbstractMessage prefetchedMessage)voidflush()
-
-
-
Method Detail
-
addNotification
public void addNotification(net.timewalker.ffmq4.utils.id.IntegerID consumerId, net.timewalker.ffmq4.common.message.AbstractMessage prefetchedMessage)- Specified by:
addNotificationin interfacenet.timewalker.ffmq4.local.destination.notification.NotificationProxy
-
flush
public void flush()
- Specified by:
flushin interfacenet.timewalker.ffmq4.local.destination.notification.NotificationProxy
-
-