StatsCollector

@RestController
class StatsCollector(val socketServer: SocketServer)

Constructors

Link copied to clipboard
constructor(socketServer: SocketServer)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
@GetMapping(value = ["/v4/stats"])
fun getStats(): Stats
Link copied to clipboard
fun retrieveStats(context: SocketContext? = null): Stats