CloseSessions

data class CloseSessions(val sessions: NonEmptySet<FlowSession>) : FlowIORequest<Unit>

Closes the specified sessions.

Constructors

Link copied to clipboard
constructor(sessions: NonEmptySet<FlowSession>)

Properties

Link copied to clipboard

the sessions to be closed.