csw.config.api

package csw.config.api

Members list

Type members

Classlikes

class ConfigData

This class represents the contents of the files being managed. It wraps an Pekko streams of ByteString.

This class represents the contents of the files being managed. It wraps an Pekko streams of ByteString.

Value parameters

length

the length representing number of bytes

source

an pekko source that materializes to stream of bytes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ConfigData

Provides various alternatives for constructing the data to be stored in the config service.

Provides various alternatives for constructing the data to be stored in the config service.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ConfigData.type
trait TokenFactory

csw.config.api.scaladsl.ConfigService deals with some admin functionality. In order to perform those, one need to implement this interface.

csw.config.api.scaladsl.ConfigService deals with some admin functionality. In order to perform those, one need to implement this interface.

Refer CliTokenFactory class from csw-config-cli project which implements this interface.

Attributes

Supertypes
class Object
trait Matchable
class Any