Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionco.decodable.sdk.pipeline.DecodableStreamSinkBuilder.withSerializationSchema
(SerializationSchema<T>) Specifies the value only serialization schema to be used. UseDecodableStreamSinkBuilder.withRecordSerializationSchema(DecodableRecordSerializationSchema)
instead.Specifies the id of the stream to write to. UseDecodableStreamSinkBuilder.withStreamName(String)
instead.Specifies the value only deserialization schema to be used. UseDecodableStreamSourceBuilder.withRecordDeserializationSchema(DecodableRecordDeserializationSchema)
instead.Specifies the id of the stream to read from. UseDecodableStreamSourceBuilder.withStreamName(String)
instead.