blob: e7ac5c32c2118b25ec80e1c29c3a83fc91736d13 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library test.peridot.tests.trigger;
// Cf. README.md for what this test does and how.
[Discoverable]
interface TriggerTestService {
1: GetMessageQueueToken() -> (string message_queue_token);
2: ObserveMessageQueueDeletion(string token);
};