com.lsdconsulting.generatorui.controller.InterceptedFlowResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lsd-distributed-generator-ui-api Show documentation
Show all versions of lsd-distributed-generator-ui-api Show documentation
This is the graphical interface providing the LSD generation functionality.
package com.lsdconsulting.generatorui.controller
import java.time.ZonedDateTime
data class InterceptedFlowResponse(
val traceId: String,
val initialInteraction: String,
val interactionType: String,
val profile: String = "",
val duration: Long,
val initiatedAt: ZonedDateTime,
val finishedAt: ZonedDateTime,
val numberOfInteractions: Int,
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy