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

io.datakernel.trigger.HasTriggers Maven / Gradle / Ivy

Go to download

An intelligent way of booting complex applications and services according to their dependencies

There is a newer version: 3.1.0
Show newest version
package io.datakernel.trigger;

public interface HasTriggers {
	void registerTriggers(TriggerRegistry registry);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy