MishkaGervaz.Table.Dsl.Realtime (MishkaGervaz v0.0.1-alpha.2)

Copy Markdown View Source

Realtime entity DSL definition for table configuration.

Defines PubSub configuration for live updates. Supports both inline and block syntax:

# Inline
realtime prefix: "site"

# Block
realtime do
  prefix "site"
  pubsub MyApp.Endpoint
end

Summary

Functions

Returns the realtime entity definition.

Functions

entity()

Returns the realtime entity definition.