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

ftl.time.TimeClient Maven / Gradle / Ivy

There is a newer version: 0.376.1
Show newest version
package ftl.time;

import org.jetbrains.annotations.NotNull;
import xyz.block.ftl.VerbClientDefinition;
import xyz.block.ftl.VerbClientSource;

@VerbClientDefinition(
    name = "time",
    module = "time"
)
public interface TimeClient extends VerbClientSource {
  @NotNull TimeResponse call();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy