Interface PrincipalInterface
- All Known Implementing Classes:
PrincipalService
@Component
public interface PrincipalInterface
Principal Service Interface
- Since:
- 2024-03-16
- Version:
- 1.1.1
- Author:
- SKN
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Principal> principalRouteGetRequest(Principal principal) Method to get Principal as response of GET request
-
Method Details
-
principalRouteGetRequest
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:
- a Mono of Principal as a response
- Throws:
Exception- an exception if Principal GET request fails- Since:
- v1.0.0
-