Interface SwapManagerInitializationContext
public interface SwapManagerInitializationContext
- 
Method Summary
Modifier and TypeMethodDescription 
- 
Method Details
- 
getFlowFileRepository
FlowFileRepository getFlowFileRepository()- Returns:
 - the 
FlowFileRepositorythat should be updated when FlowFiles are swapped in and out 
 - 
getResourceClaimManager
ResourceClaimManager getResourceClaimManager()- Returns:
 - the 
ResourceClaimManagerthat is necessary to provide to the FlowFileRepository when performing swapping actions 
 - 
getEventReporter
EventReporter getEventReporter()- Returns:
 - an 
EventReporterthat can be used to report events to users 
 
 -