Interface IPushService

All Superinterfaces:
IOfflineDetectorService
All Known Implementing Classes:
PushService

public interface IPushService extends IOfflineDetectorService
Service API that is responsible for pushing data to the list of configured Nodes that are configured to NodeGroupLinkAction.P
  • Method Details

    • pushData

      RemoteNodeStatuses pushData(boolean force)
      Attempt to push data, if any has been captured, to nodes that the captured data is targeted for.
      Parameters:
      force - TODO
      Returns:
      RemoteNodeStatuses the status of the push attempt(s)
    • getStartTimesOfNodesBeingPushedTo

      Map<String,Date> getStartTimesOfNodesBeingPushedTo()