template <>

class WireWeakAsyncBufferClientImpl

Defined at line 8605 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::WireBufferThenable< ::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.

Caller provides the backing storage for FIDL message.