Rendezvous

@JsonClass(generateAdapter = true)
open class Rendezvous(val transport: RendezvousTransportDetails, val algorithm: String)

Constructors

Link copied to clipboard
fun Rendezvous(transport: RendezvousTransportDetails, algorithm: String)

Properties

Link copied to clipboard
val algorithm: String
Link copied to clipboard
val transport: RendezvousTransportDetails