Class SolaceOutput

java.lang.Object
org.apache.beam.sdk.io.solace.write.SolaceOutput
All Implemented Interfaces:
POutput

public final class SolaceOutput extends Object implements POutput
The SolaceIO.Write transform's output return this type, containing the successful publishes (getSuccessfulPublish()). To access failed records, configure the connector with SolaceIO.Write.withErrorHandler(ErrorHandler).

The streaming writer with DIRECT messages does not return anything, and the output PCollection will be equal to null.