Class: Flydata::SourcePostgresql::QueryBasedSync::Client

Inherits:
QueryBasedSync::Client show all
Defined in:
lib/flydata/source_postgresql/query_based_sync/client.rb

Constant Summary collapse

RESOURCE_REQUESTER_CLASS =
Flydata::SourcePostgresql::QueryBasedSync::ResourceRequester
RESPONSE_HANDLER_CLASS =
Flydata::SourcePostgresql::QueryBasedSync::ResponseHandler

Constants inherited from QueryBasedSync::Client

QueryBasedSync::Client::DEFAULT_FETCH_INTERVAL, QueryBasedSync::Client::DEFAULT_RETRY_INTERVAL

Instance Attribute Summary

Attributes inherited from QueryBasedSync::Client

#context, #resource_requester, #response_handler

Method Summary

Methods inherited from QueryBasedSync::Client

#handle_response, #initialize, #start, #stop_request, #stop_requested?

Constructor Details

This class inherits a constructor from Flydata::QueryBasedSync::Client