class OnEscrow

Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/markers.h

Store some of the component's state in the framework, to be redelivered

to the component the next time it's started (a practice called

"escrowing").

When the framework receives this event, it will wait until the current

execution of the component has finished, then start the component again

when the `ZX_CHANNEL_READABLE` signal is observed on `outgoing_dir`.

Repeated calls will replace the old escrowed value. This is discouraged.

Handles escrowed via `OnEscrow` are always delivered to the next

execution of the component.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal