Interface ISyncReplicationGroupOutContext
- All Superinterfaces:
IReplicationGroupOutContext
- All Known Implementing Classes:
ReliableAsyncReplicationGroupOutContext, SyncReplicationGroupOutContext
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface IReplicationGroupOutContext
addOrderedPacket, clear, getEntireContext, getName, getWeight, isEmpty, setEntireContext, size
-
Method Details
-
getOrderedPackets
List<IReplicationOrderedPacket> getOrderedPackets() -
isSinglePacket
boolean isSinglePacket() -
getSinglePacket
IReplicationOrderedPacket getSinglePacket()
-