class Escrow
Defined at line 58 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/markers.h
Instructs the server to store the VMO provided to make its data
available to Inspect readers, even when the component that published
this VMO isn't running.
This is meant to be used when integrating with Component Framework's
Escrow APIs to enable stopping when IDLE but still ensure that some
useful diagnostics information is available.
The client must provide a `token` that will be used as a unique
identifier to this VMO by the the server. This token is an event pair, a
client must provide one end of this event pair and hold to the other end
(or escrow the handle it using Component APIs). If the server sees a
PEER_CLOSED on the handle it received, it will drop the VMO associated
with this token.
If any of the required arguments isn't passed the connection will be
closed.
To learn more about stopping IDLE components, please refer to:
https://fuchsia.dev/fuchsia-src/development/components/stop_idle
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