Class 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 Detail

    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.cloud.gateway.event.RefreshRoutesEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
      • handle

        public reactor.core.publisher.Mono<Void> handle​(org.springframework.web.server.ServerWebExchange exchange,
                                                        Throwable throwable)
        Specified by:
        handle in interface org.springframework.web.server.WebExceptionHandler