blob: 576f2c201611771304e782157571b2a3775d4fc5 [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]
protocol TriggerTestService {
GetMessageQueueToken() -> (string message_queue_token);
ObserveMessageQueueDeletion(string token);
};