Uses of Class
org.praxislive.hub.Hub.CoreRootFactory
-
Packages that use Hub.CoreRootFactory Package Description org.praxislive.hub org.praxislive.hub.net -
-
Uses of Hub.CoreRootFactory in org.praxislive.hub
Methods in org.praxislive.hub that return Hub.CoreRootFactory Modifier and Type Method Description static Hub.CoreRootFactory
BasicCoreRoot. factory()
Methods in org.praxislive.hub with parameters of type Hub.CoreRootFactory Modifier and Type Method Description Hub.Builder
Hub.Builder. setCoreRootFactory(Hub.CoreRootFactory coreRootFactory)
-
Uses of Hub.CoreRootFactory in org.praxislive.hub.net
Subclasses of Hub.CoreRootFactory in org.praxislive.hub.net Modifier and Type Class Description class
NetworkCoreFactory
A CoreRootFactory supporting a tree of networked roots.
-