Overload List

NameDescription
StreamBaseAdminClient()()()()
Create a StreamBaseAdminClient. Uses the value of the "STREAMBASE_SERVER" environment variable as the URI, or sb://localhost:10000/ if this variable is undefined.
StreamBaseAdminClient(String)
Create a StreamBaseAdminClient and establishes a connection to a remote server at the given URI.
StreamBaseAdminClient(StreamBaseURI)
Create a StreamBaseAdminClient and establishes a connection to a remote server at the given URI.

See Also