Skip to main content

Installation

First, install the III SDK:

Basic Example

Create a simple worker that registers a function and calls it:

Function Registration

Register functions with descriptions and metadata:

Calling Functions

Call remote functions with timeout control:

Using Context and Logging

Access the execution context within functions:

HTTP Triggers

Register HTTP triggers to expose functions as REST endpoints:

Streaming Channels

Create channels for streaming data between workers:

Connection Configuration

Configure the client with custom options:

Shutdown

Gracefully shutdown the connection:

Next Steps

Client API

Learn about the III class and connection options

Functions

Register and invoke functions

Channels

Stream data between workers

Telemetry

Enable OpenTelemetry tracing and metrics