Class MessageTraceController


  • @Controller
    @ConditionalOnProperty(prefix="synapse.edison.trace",
                           name="enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public class MessageTraceController
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView getMessageTrace()  
      org.springframework.web.servlet.ModelAndView getMessageTrace​(java.lang.String endpointType, java.lang.String channelName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMessageTrace

        @GetMapping(path="${edison.application.management.base-path:internal}/messagetrace/{endpointType}/{channelName}",
                    produces="text/html")
        public org.springframework.web.servlet.ModelAndView getMessageTrace​(@PathVariable
                                                                            java.lang.String endpointType,
                                                                            @PathVariable
                                                                            java.lang.String channelName)
      • getMessageTrace

        @GetMapping(path="${edison.application.management.base-path:internal}/messagetrace",
                    produces="text/html")
        public org.springframework.web.servlet.ModelAndView getMessageTrace()