Class PostgresConfigurationProvider


  • public class PostgresConfigurationProvider
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Configuration configuration​(io.vlingo.symbio.store.DataFormat format, java.lang.String url, java.lang.String databaseName, java.lang.String username, java.lang.String password, java.lang.String originatorId, boolean createTables)  
      static Configuration.TestConfiguration testConfiguration​(io.vlingo.symbio.store.DataFormat format)  
      • Methods inherited from class java.lang.Object

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

      • PostgresConfigurationProvider

        public PostgresConfigurationProvider()
    • Method Detail

      • configuration

        public static Configuration configuration​(io.vlingo.symbio.store.DataFormat format,
                                                  java.lang.String url,
                                                  java.lang.String databaseName,
                                                  java.lang.String username,
                                                  java.lang.String password,
                                                  java.lang.String originatorId,
                                                  boolean createTables)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testConfiguration

        public static Configuration.TestConfiguration testConfiguration​(io.vlingo.symbio.store.DataFormat format)
                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception