Package | Description |
---|---|
com.salesforce.omakase.broadcast |
Handles the broadcasting of events (new Syntax units).
|
Modifier and Type | Method and Description |
---|---|
QueuingBroadcaster |
QueuingBroadcaster.pause()
Pauses the queue.
|
QueuingBroadcaster |
QueuingBroadcaster.reject(Broadcastable broadcastable)
Prevents the given
Broadcastable unit, if it currently exists in the queue, from being broadcasted once resume() is called. |
QueuingBroadcaster |
QueuingBroadcaster.resume()
Resumes broadcasts.
|
Copyright (c) 2019, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE file in the repository.