kibana/api_docs/streams_app.mdx

49 lines
1.3 KiB
Text

---
####
#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
#### Reach out in #docs-engineering for more info.
####
id: kibStreamsAppPluginApi
slug: /kibana-dev-docs/api/streamsApp
title: "streamsApp"
image: https://source.unsplash.com/400x175/?github
description: API docs for the streamsApp plugin
date: 2024-12-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streamsApp']
---
import streamsAppObj from './streams_app.devdocs.json';
Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 8 | 0 | 8 | 0 |
## Client
### Setup
<DocDefinitionList data={[streamsAppObj.client.setup]}/>
### Start
<DocDefinitionList data={[streamsAppObj.client.start]}/>
## Server
### Setup
<DocDefinitionList data={[streamsAppObj.server.setup]}/>
### Start
<DocDefinitionList data={[streamsAppObj.server.start]}/>
## Common
### Interfaces
<DocDefinitionList data={streamsAppObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={streamsAppObj.common.misc}/>