Class Bugger


  • public class Bugger
    extends Object
    The main bean, that installs the core routes for the SpringBootBugger system, that enable 1. The nREPL start/stop end-points 2. The root route handler for this sub-system
    • Constructor Summary

      Constructors 
      Constructor Description
      Bugger​(int nreplPort, org.springframework.context.ApplicationContext applicationContext, boolean isNreplStart, String appInitSymbol)  
    • Constructor Detail

      • Bugger

        public Bugger​(int nreplPort,
                      org.springframework.context.ApplicationContext applicationContext,
                      boolean isNreplStart,
                      String appInitSymbol)
    • Method Detail

      • startNreplHandler

        public Mono<org.springframework.web.reactive.function.server.ServerResponse> startNreplHandler​(org.springframework.web.reactive.function.server.ServerRequest request)
        Endpoint to request starting of the nrepl-server
        Parameters:
        request - - The request object
        Returns:
        void
      • stopNreplHandler

        public Mono<org.springframework.web.reactive.function.server.ServerResponse> stopNreplHandler​(org.springframework.web.reactive.function.server.ServerRequest request)
        Endpoint to request stopping of the nrepl-server
        Parameters:
        request - - The request object
        Returns:
        void