Class GetObjectRx.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.oci.connect.OciResponseParser
io.helidon.integrations.oci.objectstorage.GetObjectRx.Response
- Enclosing class:
- GetObjectRx
Response object parsed from JSON returned by the
RestApi.-
Method Summary
Modifier and TypeMethodDescriptionGet a publisher of byte buffers.Get a publisher ofDataChunk, this is useful when the result is sent via WebServer or WebClient that also use it.Methods inherited from class io.helidon.integrations.oci.connect.OciResponseParser
getInstant, toInstantMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Method Details
-
publisher
Get a publisher ofDataChunk, this is useful when the result is sent via WebServer or WebClient that also use it.- Returns:
- publisher of data chunks
-
bytePublisher
Get a publisher of byte buffers.- Returns:
- publisher of byte buffers
-