io.datakernel.trigger.HasTriggers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datakernel-boot Show documentation
Show all versions of datakernel-boot Show documentation
An intelligent way of booting complex applications and services according to their dependencies
package io.datakernel.trigger;
public interface HasTriggers {
void registerTriggers(TriggerRegistry registry);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy