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

com.signavio.workflow.config.ConfigurationProvider Maven / Gradle / Ivy

package com.signavio.workflow.config;

import java.util.Map;

/**
 * Provides a functional interface to define key/value configuration.
 */
public interface ConfigurationProvider {

  /**
   * Provides the configuration details.
   *
   * @return Map with the configuration.
   */
  Map get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy