Interface PrincipalService
- All Known Implementing Classes:
PrincipalServiceImpl
public interface PrincipalService
Principal Service Interface
- Since:
- 2024-03-16
- Version:
- 1.4.0
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Method Summary
Modifier and TypeMethodDescriptionprincipalRouteGetRequest(Principal principal) Method to get Principal as response of GET request
-
Method Details
-
principalRouteGetRequest
Optional<reactor.core.publisher.Mono<Principal>> principalRouteGetRequest(Principal principal) throws Exception Method to get Principal as response of GET request- Parameters:
principal- a Principal as parameter- Returns:
- an Optional of Mono of Principal as a response
- Throws:
Exception- an exception is thrown if Principal GET request fails- Since:
- v1.0.0
-