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<>|null)
Return Type Description error<>|null -
<AbstractListener> __stop() returns (error<>|null)
Return Type Description error<>|null -
<AbstractListener> __attach(service s, string? name) returns (error<>|null)
Parameter Name Data Type Default Value Description s service name string? () Return Type Description error<>|null