Interface GomConfigurable


public interface GomConfigurable
Aspect for enabling GOM based configuration.
Since:
5.2.11
  • Field Details

  • Method Details

    • createConfiguration

      @NotNull @NotNull GomElement createConfiguration()
      Provides a new GOM object for configuration.
      Returns:
      A new GOM element.
      Since:
      5.2.11
    • setConfiguration

      void setConfiguration(@NotNull @NotNull GomElement configuration)
      Sets the given GOM based configuration for building a session.
      Parameters:
      configuration - The GOM based configuration.
      Since:
      5.2.11