![JAR search and dependency download from the Maven repository](/logo.png)
io.getunleash.event.UnleashReady Maven / Gradle / Ivy
package io.getunleash.event;
public class UnleashReady implements UnleashEvent {
@Override
public void publishTo(UnleashSubscriber unleashSubscriber) {
unleashSubscriber.onReady(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy