events
stream
Methods:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.server.events.streamsubscribed subscribed(filter: EventFilter) -> AsyncGenerator['Queue[ReceivedEvent]', None]
events events(filter: EventFilter) -> AsyncGenerator[AsyncIterable[Optional[ReceivedEvent]], None]
distributor distributor() -> AsyncGenerator[messaging.MessageHandler, None]
start_distributor start_distributor() -> None
stop_distributor stop_distributor() -> None
run_distributor run_distributor(started: asyncio.Event) -> NoReturn
Distributor all_services all_services(cls) -> Sequence[type[Self]]
enabled enabled(cls) -> bool
enabled enabled(cls) -> bool
enabled_services enabled_services(cls) -> list[type[Self]]
environment_variable_name environment_variable_name(cls) -> dict[str, str]
environment_variable_name environment_variable_name(cls) -> str
run_services run_services(cls) -> NoReturn
running running(cls) -> AsyncGenerator[None, None]
service_settings service_settings(cls) -> ServicesBaseSetting
service_settings service_settings(cls) -> ServicesBaseSetting
start start(self) -> None
start start(self) -> NoReturn
stop stop(self) -> None
stop stop(self) -> None
Was this page helpful?