| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.multilang |
This package provides a KCL application which implements the multi language protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiLangRecordProcessor
A record processor that manages creating a child process that implements the multi language protocol and connecting
that child process's input and outputs to a
MultiLangProtocol object and calling the appropriate methods on
that object when its corresponding MultiLangRecordProcessor.initialize(com.amazonaws.services.kinesis.clientlibrary.types.InitializationInput), MultiLangRecordProcessor.processRecords(com.amazonaws.services.kinesis.clientlibrary.types.ProcessRecordsInput), and MultiLangRecordProcessor.shutdown(com.amazonaws.services.kinesis.clientlibrary.types.ShutdownInput) methods are
called. |
Copyright © 2018. All rights reserved.