Interface IPrepareViewForConnectionParams<Config>

Type Parameters:
Config - Type of the configuration object that is used to store the connection's properties.

public interface IPrepareViewForConnectionParams<Config>
Parameters passed to a prompt connection bean when a connection is selected, see prepareViewForConnection.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the configuration object that contains the properties of the connection.
  • Method Details

    • config

      Config config()
      Gets the configuration object that contains the properties of the connection.
      Returns:
      The configuration object that contains the properties of the connection.