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

    Modifier and Type
    Method
    Description
    void
    Enables the underlying implementation to re-start fulfilling connection requests
    void
    shutdown(String shutDownReason)
    Shuts down the underlying implementation, and force new connection requests to be rejected with the specified reason
  • Method Details

    • restart

      void restart()
      Enables the underlying implementation to re-start fulfilling connection requests
    • shutdown

      void shutdown(String shutDownReason)
      Shuts down the underlying implementation, and force new connection requests to be rejected with the specified reason