Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
stasis_app Struct Reference
Collaboration diagram for stasis_app:
Collaboration graph
[legend]

Data Fields

struct stasis_message_routerbridge_router
 
void * data
 
int debug
 
struct stasis_message_routerendpoint_router
 
struct ast_jsonevents_allowed
 
struct ast_jsonevents_disallowed
 
struct ao2_containerforwards
 
stasis_app_cb handler
 
char name []
 
struct stasis_message_routerrouter
 
enum stasis_app_subscription_model subscription_model
 
struct stasis_topictopic
 

Detailed Description

Definition at line 49 of file res/stasis/app.c.

Field Documentation

◆ bridge_router

struct stasis_message_router* bridge_router

Router for handling messages to the bridge all topic.

Definition at line 55 of file res/stasis/app.c.

◆ data

void* data

◆ debug

int debug

Whether or not someone wants to see debug messages about this app

Definition at line 67 of file res/stasis/app.c.

◆ endpoint_router

struct stasis_message_router* endpoint_router

Optional router for handling endpoint messages in 'all' subscriptions

Definition at line 57 of file res/stasis/app.c.

◆ events_allowed

struct ast_json* events_allowed

An array of allowed events types for this application

Definition at line 69 of file res/stasis/app.c.

◆ events_disallowed

struct ast_json* events_disallowed

An array of disallowed events types for this application

Definition at line 71 of file res/stasis/app.c.

◆ forwards

struct ao2_container* forwards

Container of the channel forwards to this app's topic.

Definition at line 59 of file res/stasis/app.c.

◆ handler

stasis_app_cb handler

Callback function for this application.

Definition at line 61 of file res/stasis/app.c.

◆ name

char name[]

Name of the Stasis application

Definition at line 73 of file res/stasis/app.c.

Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().

◆ router

struct stasis_message_router* router

Router for handling messages forwarded to topic.

Definition at line 53 of file res/stasis/app.c.

◆ subscription_model

enum stasis_app_subscription_model subscription_model

Subscription model for the application

Definition at line 65 of file res/stasis/app.c.

Referenced by app_create().

◆ topic

struct stasis_topic* topic

Aggregation topic for this application.

Definition at line 51 of file res/stasis/app.c.


The documentation for this struct was generated from the following file: