BindActiveJson

Functions

Link copied to clipboard

Bind a namespace to a supplier of data publishers.

Link copied to clipboard
fun path(path: String, publisher: Flow.Publisher<out Any>, configure: ConfigBlock<ActiveConfig.Json> = ConfigBlock {})

Bind an ant path to a data publisher.

fun path(path: String, staticValue: Any, configure: ConfigBlock<ActiveConfig.Json> = ConfigBlock {})

Bind an ant path to a specific value.

Link copied to clipboard
fun pattern(pattern: String, configure: ConfigBlock<ActiveConfig.Json> = ConfigBlock {}, supplier: PathVariablesSupplier<Flow.Publisher<out Any>>)

Bind an ant pattern to a supplier of data publishers.