| Modifier and Type | Method and Description |
|---|---|
static <T> SolaceIO.Read<T> |
SolaceIO.read(com.solacesystems.jcsmp.JCSMPProperties jcsmpProperties,
List<String> queues,
org.apache.beam.sdk.coders.Coder<T> coder,
SolaceIO.InboundMessageMapper<T> inboundMessageMapper)
Read messages from a single Solace PubSub+ broker using JCSMP.
|
SolaceIO.Read<T> |
SolaceIO.Read.withInboundMessageMapper(SolaceIO.InboundMessageMapper<T> inboundMessageMapper)
Sets the
SolaceIO.InboundMessageMapper that this SolaceIO.Read will use to map Solace messages into elements
of the resulting PCollection. |
Copyright © 2022 Solace. All rights reserved.