public interface EventCodec
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventCodec.Handler
Handler handles function content based on codec events
|
| Modifier and Type | Method and Description |
|---|---|
void |
runCodec(EventCodec.Handler h)
Run Codec should continuously run the function event loop until either the FDK should exit normally (returning normally) or an error occurred.
|
void runCodec(EventCodec.Handler h)
Codec should invoke the handler for each received event
h - the handler to runCopyright © 2023. All rights reserved.