ExecutionSpeedLogService

@Service
open class ExecutionSpeedLogService

Constructors

Link copied to clipboard
@Autowired
constructor(executionSpeedLogEntityService: ExecutionSpeedLogEntityService)

Functions

Link copied to clipboard
@Transactional
open fun persist(entry: ExecutionSpeedLogEventPayload, warningLevel: ExecutionSpeedWarningLevel)