blob: 6e113462b1f41895a0e2ea72c2afeea02835ea23 [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);
};