| Package | Description | 
|---|---|
| com.streambase.sb.client | 
 Provides classes and interfaces used to communicate with a StreamBase server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StreamBaseURI | 
StreamBaseURI.fromEnvironment()
Returns the URI found by searching the following property and environment variables:
 
  Using the string value found in the  
streambase.uri system property, if set
  Using the string value found in the STREAMBASE_URI environment variable, if set
  Using the string value found in the STREAMBASE_SERVER environment variable, if set
  StreamBaseURI.DEFAULT_URI if no value has been found above
  | 
static List<StreamBaseURI> | 
StreamBaseURI.listFromEnvironment()
Returns the list of URIs found by searching the following property and environment variables for a
 comma separated URI list:
 
  Using the string value found in the  
streambase.uri system property, if set
  Using the string value found in the STREAMBASE_URI environment variable, if set
  Using the string value found in the STREAMBASE_SERVER environment variable, if set
  StreamBaseURI.DEFAULT_URI if no value has been above
 
 The supplied URIs must conform to a valid High Availability URI list, for example they 
 must all reference the same container. | 
static List<StreamBaseURI> | 
StreamBaseURI.listFromString(String uriStrings)
Parse a comma-separated list of URIs in a string into a List<StreamBaseURI>. 
 | 
| Constructor and Description | 
|---|
DeMUXStreamBaseClient(List<StreamBaseURI> uris,
                     ClientSettings settings)  | 
DeMUXStreamBaseClient(StreamBaseURI streamBaseURI)  | 
DeMUXStreamBaseClient(String uri)  | 
StreamBaseClient()
Create a StreamBaseClient. 
 | 
StreamBaseURI(String uri)
Constructor that parses a StreamBase URI passed in as a String. 
 | 
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.