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

com.github.slem1.await.MojoConnectionConfig Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package com.github.slem1.await;

/**
 * General contract for MOJO parameter of connection config.
 *
 * @author slemoine
 */
public interface MojoConnectionConfig {

    /**
     * Build the underlying service implementation according to this configuration.
     *
     * @return the service.
     */
    Service buildService();

    /**
     * Returns the element priority.
     * 

* The lower the value is the higher the priority is. * * @return the priority. */ int getPriority(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy