Spring Cloud Stream · JSON-LD Context

Spring Cloud Stream Context

JSON-LD context defining the semantic vocabulary for Spring Cloud Stream from Spring Cloud Stream.

7 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
spring: https://spring.io/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

StreamBinding MessageChannel ConsumerGroup KafkaBinder RabbitMQBinder SoftwareApplication url

Properties

Property Type Container
destination string
group string
contentType
binder string
concurrency integer
partitioned boolean
partitionCount integer
name
description

JSON-LD Document

spring-cloud-stream-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "spring": "https://spring.io/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "StreamBinding": "spring:StreamBinding",
    "MessageChannel": "spring:MessageChannel",
    "ConsumerGroup": "spring:ConsumerGroup",
    "KafkaBinder": "spring:KafkaBinder",
    "RabbitMQBinder": "spring:RabbitMQBinder",

    "destination": {
      "@id": "spring:destination",
      "@type": "xsd:string"
    },
    "group": {
      "@id": "spring:group",
      "@type": "xsd:string"
    },
    "contentType": {
      "@id": "schema:encodingFormat"
    },
    "binder": {
      "@id": "spring:binder",
      "@type": "xsd:string"
    },
    "concurrency": {
      "@id": "spring:concurrency",
      "@type": "xsd:integer"
    },
    "partitioned": {
      "@id": "spring:partitioned",
      "@type": "xsd:boolean"
    },
    "partitionCount": {
      "@id": "spring:partitionCount",
      "@type": "xsd:integer"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "SoftwareApplication": "schema:SoftwareApplication",
    "url": "schema:url"
  }
}