template <>

class NaturalClientImpl

Defined at line 818 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_component::Introspector::GetMoniker> GetMoniker (::fidl::Request< ::fuchsia_component::Introspector::GetMoniker> request)

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.