Class RawSource

java.lang.Object
com.yahoo.config.subscription.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
    final String
    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
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • payload

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

    • 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