Interface GomConfigurable
public interface GomConfigurable
Aspect for enabling GOM based configuration.
- Since:
- 5.2.11
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SessionBuilderAspectType<GomConfigurable>
Aspect for enabling GOM based configuration. -
Method Summary
Modifier and TypeMethodDescription@NotNull GomElement
Provides a new GOM object for configuration.void
setConfiguration
(@NotNull GomElement configuration) Sets the given GOM based configuration for building a session.
-
Field Details
-
TYPE
Aspect for enabling GOM based configuration.- Since:
- 5.2.11
-
-
Method Details
-
createConfiguration
Provides a new GOM object for configuration.- Returns:
- A new GOM element.
- Since:
- 5.2.11
-
setConfiguration
Sets the given GOM based configuration for building a session.- Parameters:
configuration
- The GOM based configuration.- Since:
- 5.2.11
-