Interface ConnectionDetails

    • Method Detail

      • setName

        void setName​(String name)
      • getDescription

        String getDescription()
      • getProperties

        default Map<String,​String> getProperties()
        Gets props associated with this ConnectionDetails. Allows implementors to expose connection properties without requiring clients to have the implementation as a dependency.
      • closeDialog

        default void closeDialog()
      • setDescription

        default void setDescription​(String description)