Interface IndexingDatasourceConnection

All Superinterfaces:
DatasourceConnectionV2
All Known Subinterfaces:
ConditionPullDatasourceConnection, NonSchedulableIndexingConnection, PullDatasourceConnection, SignalPullDatasourceConnection

public interface IndexingDatasourceConnection extends DatasourceConnectionV2
This interface defines the functions that must be implemented by the class that facilitates a connection to an external system that is indexed periodically. Threading considerations: Index() is called on its own thread. Index() calls are always on the same thread and therefore sequential.