Class RecordToPublishResultDoFn

java.lang.Object
org.apache.beam.sdk.transforms.DoFn<Solace.Record,Solace.PublishResult>
org.apache.beam.sdk.io.solace.write.RecordToPublishResultDoFn
All Implemented Interfaces:
Serializable, HasDisplayData

@Internal public class RecordToPublishResultDoFn extends DoFn<Solace.Record,Solace.PublishResult>
This class just transforms to PublishResult to be able to capture the windowing with the right strategy. The output is not used for anything else.
See Also: