Interface ConnectionProviderController
- All Known Implementing Classes:
DelegatingConnectionProviderInitiator
public interface ConnectionProviderController
Represents a component which can be configured to stop or start issuing
Connection
to the
application-
Method Summary
-
Method Details
-
restart
void restart()Enables the underlying implementation to re-start fulfilling connection requests -
shutdown
Shuts down the underlying implementation, and force new connection requests to be rejected with the specified reason
-