Package org.msync.spring_boost
Class Bugger
- java.lang.Object
-
- org.msync.spring_boost.Boost
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mono<org.springframework.web.reactive.function.server.ServerResponse>startNreplHandler(org.springframework.web.reactive.function.server.ServerRequest request)Endpoint to request starting of the nrepl-serverMono<org.springframework.web.reactive.function.server.ServerResponse>stopNreplHandler(org.springframework.web.reactive.function.server.ServerRequest request)Endpoint to request stopping of the nrepl-server
-
-
-
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
-
-