Interface DomainInitializer


@Contract public interface DomainInitializer
Marker interface to mark inhabitants that require some minimal initial configuration to be inserted into a newly create domain's domain.xml
Author:
Nandini Ektare
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Container>
    T
    The actual initial config that needs to be inserted into the fresh domain.xml See Attribute#value() for how the default value is inferred.
  • Method Details

    • getInitialConfig

      <T extends Container> T getInitialConfig(DomainContext initialCtx)
      The actual initial config that needs to be inserted into the fresh domain.xml See Attribute#value() for how the default value is inferred.