Package | Description |
---|---|
org.springframework.cloud.stream.samples |
Modifier and Type | Method and Description |
---|---|
Status |
Status.Builder.build() |
static Status |
Status.fromByteBuffer(ByteBuffer b)
Deserializes a Status from a ByteBuffer.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.message.BinaryMessageDecoder<Status> |
Status.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore . |
static org.apache.avro.message.BinaryMessageDecoder<Status> |
Status.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Modifier and Type | Method and Description |
---|---|
static Status.Builder |
Status.newBuilder(Status other)
Creates a new Status RecordBuilder by copying an existing Status instance.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.