All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avro.ViewBlockRecord.avsc Maven / Gradle / Ivy

{
	"namespace": "io.keyko.monitoring.schemas",
	"type": "record",
	"name": "ViewBlockRecord",
	"fields": [{
			"name": "id",
			"type": "string"
		},
		{
			"name": "view",
			"type": "ViewRecord"
		},
		{
			"name": "block",
			"type": "BlockRecord"
		},
		{
			"name": "retries",
			"type": "int"
		}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy