- All Superinterfaces:
Hook
public interface DatasinkDispatchNotificationHook
extends Hook
-
Method Summary
void
Notifies when a compiled report has been dispatched to a datasink
void
Notifies when a scheduled report has been dispatched to a datasink
-
Method Details
-
notifyOfScheduledReportDispatched
Notifies when a scheduled report has been dispatched to a datasink
- Parameters:
report - the report scheduled. May be a String, a byte array or a
TableDBDataSource
rJob - the report execute job
datasink - the datasink
config - the configuration of the datasink dispatch
-
notifyOfCompiledReportDispatched
Notifies when a compiled report has been dispatched to a datasink
- Parameters:
report - the report scheduled. May be a String, a byte array or a
TableDBDataSource
datasink - the datasink
config - the configuration of the datasink dispatch