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

io.leoplatform.schema.ChangeDestination Maven / Gradle / Ivy

The newest version!
package io.leoplatform.schema;

public interface ChangeDestination {
    String getHost();

    Integer getPort();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy