Interface SecuredService
-
- All Known Implementing Classes:
SecuredServiceImpl
public interface SecuredServiceAuthentication service and the service body itself in one class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<String>createSession(io.scalecube.services.api.ServiceMessage request)reactor.core.publisher.Flux<String>requestN(Integer req)reactor.core.publisher.Mono<String>requestOne(String req)
-
-
-
Field Detail
-
NS
static final String NS
- See Also:
- Constant Field Values
-
-