public class DefaultRxHub extends AbstractRxHub
RxHub.NodeType, RxHub.Source| Constructor and Description |
|---|
DefaultRxHub() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTriggerEmit(java.lang.Object tag)
Implement this to return the ability to manually (in non-Rx fashion) emit events
|
RxHub.NodeType |
getNodeType(java.lang.Object tag)
Implement this to return the type of node per tag
|
boolean |
isNodeThreadsafe(java.lang.Object tag)
Implement this to return if the node is threadsafe
|
addProvider, clearProviders, emit, getNode, getNodeFiltered, removeProviderpublic RxHub.NodeType getNodeType(java.lang.Object tag)
RxHubtag - the identifier of the nodepublic boolean isNodeThreadsafe(java.lang.Object tag)
RxHubtag - the identifier of the nodepublic boolean canTriggerEmit(java.lang.Object tag)
RxHubtag - the identifier of the node