See: Description
| Interface | Description |
|---|---|
| BaseContext |
BaseContext provides base contextual information to the executing function/source/sink.
|
| Context |
Context provides contextual information to the executing function.
|
| Function<I,O> |
This is the core interface of the function api.
|
| KVRecord<K,V> |
key value schema record.
|
| Record<T> |
Pulsar Connect's Record interface.
|
| SerDe<T> |
An interface for serializer/deserializer.
|
| StateStore | |
| StateStoreContext |
State Store Context Interface.
|
| WindowContext | |
| WindowFunction<I,O> |
This is the interface of the windowed function api.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.