Uses of Class
com.streambase.liveview.client.MultiConnectionConfig
-
Packages that use MultiConnectionConfig Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of MultiConnectionConfig in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type MultiConnectionConfig Modifier and Type Method Description static LiveViewMultiConnection
LiveViewConnectionFactory. getConnection(MultiConnectionConfig config, boolean waitForConnection)
Retrieves aLiveViewMultiConnection
based on the givenMultiConnectionConfig
.
-