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