Class WebMvcFlightRecorderConfiguration
- java.lang.Object
-
- de.mirkosertic.flightrecorderstarter.configuration.WebMvcFlightRecorderConfiguration
-
@Configuration @ConditionalOnWebApplication(type=SERVLET) public class WebMvcFlightRecorderConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description WebMvcFlightRecorderConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlightRecorderEndpointflightRecorderEndpoint(FlightRecorder flightRecorder)
-
-
-
Method Detail
-
flightRecorderEndpoint
@Bean public FlightRecorderEndpoint flightRecorderEndpoint(FlightRecorder flightRecorder)
-
-