All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.testvagrant.optimuscloud.configuration.OptimusCloudConfiguration Maven / Gradle / Ivy

Go to download

The Java Client provides access to Optimus cloud for all java based projects.

There is a newer version: 1.1.0
Show newest version
package com.testvagrant.optimuscloud.configuration;

public interface OptimusCloudConfiguration {

    ConfigurationLoader configurationLoader = new ConfigurationLoader();

    String AKIRA_HOST = configurationLoader.getAkiraHost();

    String MDB_HOST = configurationLoader.getMdbHost();

    String MATCH_MAKER_HOST = configurationLoader.getMatchMakerHost();

    String RABBIT_MQ_HOST = configurationLoader.getRabbitMQHost();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy