Class RawSource

  • All Implemented Interfaces:
    ConfigSource

    public class RawSource
    extends java.lang.Object
    implements ConfigSource
    Source specifying raw config, where payload is given programmatically
    Author:
    Vegard Havdal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String payload  
    • Constructor Summary

      Constructors 
      Constructor Description
      RawSource​(java.lang.String payload)
      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 Detail

      • payload

        public final java.lang.String payload
    • Constructor Detail

      • RawSource

        public RawSource​(java.lang.String payload)
        New source with the given payload on Vespa cfg format
        Parameters:
        payload - config payload