BindActiveJson
Functions
Link copied to clipboard
fun namespace(namespace: AntPatternNamespace, configure: ConfigBlock<ActiveConfig.Json> = ConfigBlock {}, supplier: PathVariablesSupplier<Publisher<out Any>>)
Link copied to clipboard
fun path(path: String, staticValue: Any, configure: ConfigBlock<ActiveConfig.Json> = ConfigBlock {})
Bind an ant path to a specific value.
fun path(path: String, publisher: Publisher<out Any>, configure: ConfigBlock<ActiveConfig.Json> = ConfigBlock {})
Bind an ant path to a data publisher.
Link copied to clipboard
fun pattern(pattern: String, configure: ConfigBlock<ActiveConfig.Json> = ConfigBlock {}, supplier: PathVariablesSupplier<Publisher<out Any>>)
Bind an ant pattern to a supplier of data publishers.