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

com.dtolabs.client.services.DispatcherConfig Maven / Gradle / Ivy

There is a newer version: 5.9.0-20250205
Show newest version
package com.dtolabs.client.services;

/**
 * Created by greg on 5/14/15.
 */
public interface DispatcherConfig {
    public String getUrl();

    public String getUsername();

    public String getPassword();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy