template <>
class NaturalSyncClientImpl
Defined at line 831 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::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.