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

dev.soffa.foundation.scheduling.ServiceWorker Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.scheduling;

import dev.soffa.foundation.annotation.Sentry;

public interface ServiceWorker {

    @Sentry(label = "ServiceWorker", errorPropagation = false)
    void tick();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy