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

org.zalando.spring.boot.nakadi.config.SettingsParser Maven / Gradle / Ivy

There is a newer version: 0.0.18
Show newest version
package org.zalando.spring.boot.nakadi.config;

import org.springframework.core.env.ConfigurableEnvironment;

public interface SettingsParser {

    boolean isApplicable();

    FahrscheinConfigProperties parse(ConfigurableEnvironment environment);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy