Package org.apache.syncope.sra
Class SyncopeSRAWebExceptionHandler
- java.lang.Object
-
- org.apache.syncope.sra.SyncopeSRAWebExceptionHandler
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>,org.springframework.web.server.WebExceptionHandler
@Order(-2) public class SyncopeSRAWebExceptionHandler extends Object implements org.springframework.web.server.WebExceptionHandler, org.springframework.context.ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
-
-
Constructor Summary
Constructors Constructor Description SyncopeSRAWebExceptionHandler(RouteProvider routeProvider, SRAProperties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>handle(org.springframework.web.server.ServerWebExchange exchange, Throwable throwable)voidonApplicationEvent(org.springframework.cloud.gateway.event.RefreshRoutesEvent event)
-
-
-
Constructor Detail
-
SyncopeSRAWebExceptionHandler
public SyncopeSRAWebExceptionHandler(RouteProvider routeProvider, SRAProperties props)
-
-