
io.scalecube.services.examples.exceptions.ServiceB 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.serviceB")
public interface ServiceB {
@ServiceMethod
Mono doAnotherStuff(int input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy