Interface ISyncUrlExtension

All Superinterfaces:
IExtensionPoint
All Known Implementing Classes:
HttpBandwidthUrlSelector

public interface ISyncUrlExtension extends IExtensionPoint
This IExtensionPoint is used to select an appropriate URL based on the URI provided in the sync_url column of sym_node.

To use this extension point configure the sync_url for a node with the protocol of ext://beanName. The beanName is the name you give the extension point in the extension xml file.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details