template <>
class WireWeakAsyncClientImpl
Defined at line 8447 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_component::Introspector::GetMoniker> GetMoniker (::zx::event && component_instance)
Obtains the moniker relative to this realm of the component
corresponding to the provided token. Runners may obtain the token via
`fuchsia.component.runner/ComponentStartInfo.component_instance`.
Returns `Error.INSTANCE_NOT_FOUND` if the token is invalid, or
does not correspond to a component under this realm.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.