Interface OutboundItemChange
-
- All Known Implementing Classes:
DeltaDetectionOutboundItemChange
public interface OutboundItemChangeAn item to be sent to a outbound destination
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutboundChangeTypegetChangeType()java.lang.LonggetPK()
-
-
-
Method Detail
-
getPK
java.lang.Long getPK()
-
getChangeType
OutboundChangeType getChangeType()
-
-