JavaComponentServiceBindResponse

data class JavaComponentServiceBindResponse(val name: String? = null, val serviceId: String? = null)

Configuration to bind a Java Component to another Java Component

Constructors

Link copied to clipboard
constructor(name: String? = null, serviceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the service bind

Link copied to clipboard
val serviceId: String? = null

Resource id of the target service