Package com.swiftmq.swiftlet.queue
Interface WireTapSubscriber
-
public interface WireTapSubscriber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelected(MessageImpl message)
void
putMessage(MessageImpl message)
boolean
requieresDeepCopy()
-
-
-
Method Detail
-
requieresDeepCopy
boolean requieresDeepCopy()
-
isSelected
boolean isSelected(MessageImpl message)
-
putMessage
void putMessage(MessageImpl message)
-
-