zio.http.datastar
package zio.http.datastar
Members list
Type members
Classlikes
final class Datastar(val queue: Queue[ServerSentEvent[String]]) extends AnyVal
Attributes
- Companion
- object
- Supertypes
-
class AnyValtrait Matchableclass Any
object Datastar
sealed trait ElementPatchMode extends Product, Serializable
object ElementPatchMode
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ElementPatchMode.type
sealed trait EventType extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object PatchElementsobject PatchSignals
object EventType
object ExecuteScriptOptions
Attributes
- Companion
- class
- Supertypes
- Self type
-
ExecuteScriptOptions.type
final case class PatchElementOptions(selector: Option[CssSelector], mode: ElementPatchMode, useViewTransition: Boolean, eventId: Option[String], retryDuration: Duration)
object PatchElementOptions
Attributes
- Companion
- class
- Supertypes
- Self type
-
PatchElementOptions.type
final case class PatchSignalOptions(onlyIfMissing: Boolean, eventId: Option[String], retryDuration: Duration)
object PatchSignalOptions
Attributes
- Companion
- class
- Supertypes
- Self type
-
PatchSignalOptions.type
object ServerSentEventGenerator
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article