Class Embedded
java.lang.Object
io.deeplumen.ucp.models.discovery.Embedded
Embedded transport binding (JSON-RPC 2.0 over postMessage). Unlike REST/MCP, the endpoint is per-capability (i.e. per-checkout via continue_url), not per-service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanURL to OpenRPC specification (JSON format) defining the embedded protocol (Required)inthashCode()voidsetAdditionalProperty(String name, Object value) voidURL to OpenRPC specification (JSON format) defining the embedded protocol (Required)toString()withAdditionalProperty(String name, Object value) withSchema(URI schema)
-
Constructor Details
-
Embedded
public Embedded()
-
-
Method Details
-
getSchema
URL to OpenRPC specification (JSON format) defining the embedded protocol (Required) -
setSchema
URL to OpenRPC specification (JSON format) defining the embedded protocol (Required) -
withSchema
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-