class EventStream
Defined at line 11270 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
Listener for events on the component hierarchy.
Can't be used outside of the platform.
Public Members
static const char[] Name_
Public Methods
void ~EventStream ()
void GetNext (GetNextCallback callback)
void WaitForReady (WaitForReadyCallback callback)
Returns immediately. Used to indicate that the FIDL connection
completed. This is needed for non-static streams to verify
that subscribe has completed before components are started.