Interface IDataConsumeFixFacade
- All Known Implementing Classes:
LocalClusterReplicationFixFacade,MirrorFixFacade,NotificationReplicationDataConsumeFixFacade,SpaceEngineFixFacade
public interface IDataConsumeFixFacade
A facade used by
AbstractDataConsumeFix to fix errors in replication- Since:
- 8.0.3
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTypeDesc(ITypeDesc typeDescriptor) voidinsertNotifyTemplate(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) voidwrite(IEntryPacket entryPacket)
-
Method Details
-
write
- Throws:
Exception
-
insertNotifyTemplate
void insertNotifyTemplate(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) throws Exception - Throws:
Exception
-
addTypeDesc
- Throws:
Exception
-