Uses of Class
org.springframework.cloud.stream.samples.Status
Packages that use Status
-
Uses of Status in org.springframework.cloud.stream.samples
Methods in org.springframework.cloud.stream.samples that return StatusModifier and TypeMethodDescriptionStatus.Builder.build()static StatusStatus.fromByteBuffer(ByteBuffer b) Deserializes a Status from a ByteBuffer.Methods in org.springframework.cloud.stream.samples that return types with arguments of type StatusModifier and TypeMethodDescriptionstatic 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 specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<Status>Status.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Status>Status.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.springframework.cloud.stream.samples with parameters of type StatusModifier and TypeMethodDescriptionstatic Status.BuilderStatus.newBuilder(Status other) Creates a new Status RecordBuilder by copying an existing Status instance.