Class RawSource

  • All Implemented Interfaces:
    ConfigSource

    @Deprecated(forRemoval=true,
                since="7")
    public class RawSource
    extends Object
    implements ConfigSource
    Deprecated, for removal: This API element is subject to removal in a future version.
    Will be removed in Vespa 8. Only for internal use.
    Source specifying raw config, where payload is given programmatically
    Author:
    Vegard Havdal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String payload
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      RawSource​(String payload)
      Deprecated, for removal: This API element is subject to removal in a future version.
      New source with the given payload on Vespa cfg format
    • Field Detail

      • payload

        public final String payload
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • RawSource

        public RawSource​(String payload)
        Deprecated, for removal: This API element is subject to removal in a future version.
        New source with the given payload on Vespa cfg format
        Parameters:
        payload - config payload