Class ExportedEndpointsConfig


  • public final class ExportedEndpointsConfig
    extends BaseConfig

    A class containing a flow's exported endpoints.

    • Constructor Detail

      • ExportedEndpointsConfig

        public ExportedEndpointsConfig()

        Create a new empty exported endpoints object.

      • ExportedEndpointsConfig

        public ExportedEndpointsConfig​(IExportedEndpoints source)

        Create a new exported endpoints object from the specified interface source.

        Parameters:
        source - source object
      • ExportedEndpointsConfig

        public ExportedEndpointsConfig​(com.typesafe.config.Config config)

        Create a new exported endpoints object from HOCON configuration.

        Parameters:
        config - HOCON representation of the exported endpoints