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

com.github.petruki.switcher.client.factory.SwitcherExecutor Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.github.petruki.switcher.client.factory;

import java.util.Map;

import com.github.petruki.switcher.client.domain.Switcher;
import com.github.petruki.switcher.client.exception.SwitcherException;

/**
 * @author rogerio
 * @since 2019-12-24
 */
public interface SwitcherExecutor {
	
	public boolean executeCriteria(final Switcher switcher) throws SwitcherException;
	
	public void updateContext(final Map properties);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy