Skip to main content
EventSink
flow_
execution
1.0.0
Event
Sink
Required Methods
emit
Implementors
In flow_
execution::
events
flow_execution
::
events
Trait
Event
Sink
Copy item path
Source
pub trait EventSink:
Send
+
Sync
{ // Required method fn
emit
(&self, event:
ExecutionEvent
); }
Required Methods
§
Source
fn
emit
(&self, event:
ExecutionEvent
)
Implementors
§
Source
§
impl
EventSink
for
CapturingSink
Source
§
impl
EventSink
for
MultiSink
Source
§
impl
EventSink
for
NoopSink
Source
§
impl
EventSink
for
StorageSink
Source
§
impl
EventSink
for
TracingSink