
n.infinispan-avro-client.1.0.Final.source-code.response.avsc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-avro-client Show documentation
Show all versions of infinispan-avro-client Show documentation
This module contains the client classes to support the storage and querying
of Apache Avro objects atop Infinispan.
The newest version!
{"namespace": "org.infinispan.avro.client",
"type": "record",
"name": "Response",
"fields": [
{"name": "numResults", "type": "int", "default": -1},
{"name": "results", "type": { "type": "array", "items": "bytes"}}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy