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

biz.paluch.logging.gelf.intern.HostAndPortProvider Maven / Gradle / Ivy

There is a newer version: 1.15.1
Show newest version
package biz.paluch.logging.gelf.intern;

/**
 * Provided a host and a port number.
 * 
 * @author Mark Paluch
 * @since 18.07.14 20:53
 */
public interface HostAndPortProvider {

    /**
     * 
     * @return the host.
     */
    String getHost();

    /**
     * 
     * @return the port number.
     */
    int getPort();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy