org.nutz.cloud.config.spi.ConfigureEventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutzboot-starter-config-client Show documentation
Show all versions of nutzboot-starter-config-client Show documentation
NutzBoot, micoservice base on Nutz
package org.nutz.cloud.config.spi;
import java.util.EventListener;
import java.util.List;
public interface ConfigureEventHandler extends EventListener {
void trigger(List events);
class KeyEvent {
public String name;
public String value;
public String action;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy