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

de.blackrose01.endpoint.Endpoint Maven / Gradle / Ivy

package de.blackrose01.endpoint;

/**
 * interface for endpoints
 */
public interface Endpoint {
    /**
     * should return URI of endpoint
     *
     * @return endpoint URI
     */
    String getUri();

    /**
     * should return stringified object
     *
     * @return stringified endpoint object
     */
    String toString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy