Package io.debezium.embedded.async
Class ProcessingCallables
java.lang.Object
io.debezium.embedded.async.ProcessingCallables
// TODO: Document this
- Author:
- vjuranek
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCallablewhich applies transformations to a single record and thereafter passes it to provided consumer.static classCallablewhich applies transformations to a single record and convert the record into desired format.static classCallablewhich applies transformations to a single record, transformed it into desired format and applies provided use consumer on this record.static classCallablewhich applies transformations to a single record. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProcessingCallables
public ProcessingCallables()
-