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

io.scalecube.services.examples.exceptions.ServiceA Maven / Gradle / Ivy

package io.scalecube.services.examples.exceptions;

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

@Service("example.serviceA")
public interface ServiceA {

  @ServiceMethod
  Mono doStuff(int input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy