ballerina/builtin module
Annotations
| Name | Attachement Points | Data Type | Description |
|---|---|---|---|
| sensitive | type, parameter | - | Denote that the parameter is security sensitive hence tainted data should not be accepted. |
| tainted | type, parameter | - | Denote that the return value is tainted. |
| untainted | type, parameter | - | Denote that the return value is untainted. |
Objects Summary
| Object | Description | ||
|---|---|---|---|
| AbstractListener |
public type AbstractListener object
-
<AbstractListener> __start() returns (error?<>)
Return Type Description error?<> -
<AbstractListener> __stop() returns (error?<>)
Return Type Description error?<> -
<AbstractListener> __attach(service s, string? name) returns (error?<>)
Parameter Name Data Type Default Value Description s service name string? () Return Type Description error?<>