Interface RemoteConnectorService

All Known Implementing Classes:
RemoteConnectorServiceImpl

public interface RemoteConnectorService
Helper Service for performing remote web requests from within the repository tier. The default implementation of the service works with HttpClient internally, but other implementations (such as testing loopback) can be used.
Since:
4.0.2
Author:
Nick Burch