See: Description
| Interface | Description |
|---|---|
| BatchSource<T> |
Interface for writing Batch sources
The lifecycle of the BatchSource is as follows
1.
|
| BatchSourceTriggerer |
This is an interface for defining BatchSource triggerers.
|
| Sink<T> |
Generic sink interface users can implement to run Sink on top of Pulsar Functions.
|
| SinkContext |
Interface for a sink connector providing information about environment where it is running.
|
| Source<T> | |
| SourceContext |
Interface for a source connector providing information about environment where it is running.
|
| Class | Description |
|---|---|
| BatchPushSource<T> |
Pulsar's Batch Push Source interface.
|
| KeyValue<K,V> |
A simple KeyValue class.
|
| PushSource<T> |
Pulsar's Push Source interface.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.