Class EventStoreDBConnectionString


  • public final class EventStoreDBConnectionString
    extends java.lang.Object
    Utility class to parse a connection string.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EventStoreDBClientSettings parseOrThrow​(java.lang.String connectionString)
      Parses a string representation of a client settings.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseOrThrow

        public static EventStoreDBClientSettings parseOrThrow​(java.lang.String connectionString)
        Parses a string representation of a client settings. Throws a runtime exception if the connection string is malformed.
        Returns:
        a client settings.