Interface | Description |
---|---|
BroadcastChannel<T> |
Bard may exist in a system where multiple Bard hosts exist, it is possible that a user may submit a query on one box,
and then come back later and perform a long poll on a separate box.
|
Class | Description |
---|---|
RedisBroadcastChannel<T> |
A Redis backed implementation of BroadcastChannel.
|
SimpleBroadcastChannel<T> |
A simple implementation of BroadcastChannel backed by a Subject intended for use in systems with a single Bard
instance.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.