Destination¤
Destination
¤
An interface where you can write events and results.
write_event
abstractmethod
¤
write_event(event: SessionEvent) -> None
Write an event to the destination.
write_result
abstractmethod
¤
write_result(result: SessionResult) -> None
Write the session result to the destination.