io.soffa.service.actions.ActionRegistry Maven / Gradle / Ivy
package io.soffa.service.actions;
import io.soffa.service.core.Action;
public interface ActionRegistry {
Action lookup(Class extends Action> action);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy