template <>
class WireWeakOnewayBufferClientImpl
Defined at line 1263 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus Stop ()
Request to stop the component instance.
After stopping the component instance, the server should close this
connection with an epitaph. After the connection
closes, component manager considers this component instance to be
Stopped and the component's namespace will be torn down.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus Kill ()
Stop this component instance immediately.
The ComponentRunner must immediately kill the component instance, and
then close this connection with an epitaph. After the connection
closes, component manager considers this component instance to be
Stopped and the component's namespace will be torn down.
In some cases Kill() may be issued before Stop(), but that is not
guaranteed.
Caller provides the backing storage for FIDL message.