ServiceCorrelationDescriptionResponse

data class ServiceCorrelationDescriptionResponse(val scheme: String, val serviceName: String)

Creates a particular correlation between services.

Constructors

Link copied to clipboard
constructor(scheme: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.

Link copied to clipboard

The name of the service that the correlation relationship is established with.