Interface ReconciliationManager
-
- All Known Implementing Classes:
ReconciliationManagerImpl
public interface ReconciliationManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Integer,List<ReconciliationNotificationListener>>
getRegisteredServices()
NotificationRegistration
registerService(ReconciliationNotificationListener service)
-
-
-
Method Detail
-
registerService
NotificationRegistration registerService(ReconciliationNotificationListener service)
-
getRegisteredServices
Map<Integer,List<ReconciliationNotificationListener>> getRegisteredServices()
-
-