All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.datastar.Signal.kt Maven / Gradle / Ivy

The newest version!
package org.http4k.datastar

import dev.forkhandles.values.NonBlankStringValueFactory
import dev.forkhandles.values.StringValue

/**
 * Represents a signal to be sent to the client - this is a JSON representation.
 */
class Signal private constructor(value: String) : StringValue(value) {
    companion object : NonBlankStringValueFactory(::Signal)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy