public class PulsarSource<T> extends Object implements Source<T>
| Constructor and Description |
|---|
PulsarSource(org.apache.pulsar.client.api.PulsarClient pulsarClient,
PulsarConfig pulsarConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open(Map<String,Object> config) |
Record<T> |
read() |
public PulsarSource(org.apache.pulsar.client.api.PulsarClient pulsarClient,
PulsarConfig pulsarConfig)
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.