Interface IRetrieveConnectionModelRetVal<ConnectionConfig>

Type Parameters:
ConnectionConfig - Type of the configuration object that is used to store the connection's properties.
All Known Implementing Classes:
DefaultRetrieveConnectionModelRetVal.Builder

public interface IRetrieveConnectionModelRetVal<ConnectionConfig>
Return value of retrieveConnectionModel.
  • Method Summary

    Modifier and Type
    Method
    Description
    The model to use, or null to use the current model.
  • Method Details

    • connectionConfig

      ConnectionConfig connectionConfig()
      The model to use, or null to use the current model. You can either mutate the current model in-place or create a new instance.
      Returns:
      The model to use, or null to use the current model.