All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lsdconsulting.generatorui.controller.InterceptedFlowResponse.kt Maven / Gradle / Ivy

There is a newer version: 7.1.3
Show newest version
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