Interface IConnectivityService

All Known Implementing Classes:
TestConnectivityService

public interface IConnectivityService
The service you inject into your code to access your backing services defined in your config interface implementations. SAGA will keep track of connections, pools, etc. such that these get opened and closed at the right points in time in respect of SAGA's boot up and shutdown procedures.