public class PulsarSinkDisable<T> extends Object implements Sink<T>
| Modifier and Type | Field and Description |
|---|---|
static PulsarSinkDisable |
INSTANCE |
| Constructor and Description |
|---|
PulsarSinkDisable() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open(Map<String,Object> config,
SinkContext sinkContext) |
void |
write(Record<T> record) |
public static final PulsarSinkDisable INSTANCE
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic void open(Map<String,Object> config, SinkContext sinkContext) throws Exception
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.