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

io.scalecube.services.examples.services.Service2 Maven / Gradle / Ivy

package io.scalecube.services.examples.services;

import io.scalecube.services.annotations.Service;
import io.scalecube.services.annotations.ServiceMethod;
import reactor.core.publisher.Mono;

@Service
public interface Service2 {

  @ServiceMethod
  Mono oneDelay(long interval);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy