Interface SecuredService

  • All Known Implementing Classes:
    SecuredServiceImpl

    public interface SecuredService
    Authentication service and the service body itself in one class.
    • Method Detail

      • createSession

        reactor.core.publisher.Mono<String> createSession​(io.scalecube.services.api.ServiceMessage request)
      • requestOne

        @Auth
        reactor.core.publisher.Mono<String> requestOne​(String req)
      • requestN

        @Auth
        reactor.core.publisher.Flux<String> requestN​(Integer req)