Package com.eventstore.dbclient
Class EventStoreDBConnectionString
java.lang.Object
com.eventstore.dbclient.EventStoreDBConnectionString
Utility class to parse a connection string.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUsed to support 'esdb' and 'esdb+discover' URL protocol/scheme -
Method Summary
Modifier and TypeMethodDescriptionstatic EventStoreDBClientSettingsparseOrThrow(String connectionString) Parses a string representation of a client settings.
-
Method Details
-
parseOrThrow
Parses a string representation of a client settings. Throws a runtime exception if the connection string is malformed.- Returns:
- a client settings.
-