template <>

class WireWeakAsyncClientImpl

Defined at line 8577 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_component_runtime::DictionaryRouter::Route> Route (::fuchsia_component_runtime::wire::RouteRequest request, ::zx::eventpair && instance_token, ::zx::eventpair && handle)

Attempts to produce a `Dictionary` capability from this

`DictionaryRouter`.

`request` contains context for this route, and `instance_token`

references the component that the routing operation is being performed

for.

This will return:

- `SUCCESS` if `handle` has been associated with a connector.

- `UNAVAILABLE` if the capability is unavailable, in which case `handle`

will be closed.

- An error, if the operation failed.

Allocates 48 bytes of request buffer on the stack. The callback is stored on the heap.