Class decorator: enable realtime with a single connection, declaratively.
@Realtime({ driver: 'memory' }) registers the RealtimeServiceProvider and sets that
connection as the default. For multiple connections or richer setups, configure stone.realtime
via @Configuration() (or the imperative realtimeBlueprint) instead.
Class decorator: enable realtime with a single connection, declaratively.
@Realtime({ driver: 'memory' })registers the RealtimeServiceProvider and sets that connection as the default. For multiple connections or richer setups, configurestone.realtimevia@Configuration()(or the imperativerealtimeBlueprint) instead.