forked from ballerina-attic/ballerina-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.txt
162 lines (162 loc) · 2.95 KB
/
examples.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
Hello World
Hello World Parallel
Hello World Service
Hello World Client
Hello World Streams
Secured Hello World Service with Basic Auth
Values
Constants
Packages
Directory Listener
Variables
While
IF Else
Ternary
Match
Match Expression
Elvis Operator
Functions
Functions With Defaultable Parameters
Functions With Rest Parameter
Error Handling
Check
Var
Any Type
Type Conversion
Typeof
Records
Maps
Arrays
Vector
Table
Table Queries
Lengthof
Identifier Literals
JSON
JSON Literals
JSON Arrays
JSON/Struct/Map Conversion
Constrained JSON
Nil Lifting
XML
XML Namespaces
XML Literal
XML Attributes
XML Functions
JSON To XML Conversion
XML To JSON Conversion
Streams
Foreach
Functional Iteration
Workers
Worker Interaction
Fork/Join
Fork/Join Conditional Join
Fork/Join Variable Access
Async
JDBC Client
MYSQL Client
H2 Client
Local Transactions
Transactions Distributed
Transformers
Transform JSON
Strings
Blob Type
Date Time
Throw
Try/Catch/Finally
Base Path and Path
Query/Path/Matrix Param
Content Based Routing
Header Based Routing
Produces/Consumes
HTTP Client Connector
HTTP Caching Client
HTTP Trace Logs
HTTP 100 Continue
HTTPS Listener
Basic HTTPS Listener/Client
HTTP Disable Chunking
HTTP to WebSocket Upgrade
HTTP CORS
HTTP Circuit Breaker
HTTP Data Binding
HTTP Failover
HTTP Load Balancer
HTTP Retry
HTTP Streaming
HTTP Forwarded Extension
HTTP 2.0 Server Push
HTTP 1.1 To 2.0 Protocol Switch
Log API
Function Pointers
Lambda
Closures
WebSocket Basic Sample
WebSocket Chat Application
WebSocket Proxy Server
Passthrough
Mutual SSL
Cache
Byte I/O
Character I/O
Record I/O
CSV I/O
Math Functions
Task Timer
Task Appointment
Config API
String Template
HTTP Redirects
Request with Multiparts
Response with Multiparts
gRPC Unary Non Blocking
grpc Unary Blocking
grpc Secured Unary Blocking
gRPC Server Streaming
gRPC Client Streaming
gRPC Bidirectional Streaming
MB Simple Queue Message Producer
MB Simple Queue Message Receiver
MB Simple Topic Message Publisher
MB Simple Topic Message Subscriber
MB Simple Durable Topic Message Subscriber
JMS Simple Queue Message Producer
JMS Simple Queue Message Receiver
JMS Simple Topic Message Publisher
JMS Simple Topic Message Subscriber
JMS Simple Durable Topic Message Subscriber
JMS Queue Message Producer
JMS Queue Message Receiver
JMS Queue Message Receiver Sync
JMS Queue Message Receiver With Client Acknowledgment
JMS Topic Message Publisher
JMS Topic Message Subscriber
JMS Durable Topic Message Subscriber
Protobuff Tool
Taint Checking
WebSub Internal Hub Sample
WebSub Remote Hub Sample
WebSub Hub Client Sample
Testerina Assertions
Testerina Before and After Test
Testerina Before Each Test
Testerina Before and After Suite
Testerina Data Driven Tests
Testerina Guarantee Test Execution Order
Testerina Function Mocks
Testerina Group Tests
Temporal Aggregations and Windows
Join Multiple Streams
Identify Patterns
Identify Trends
Objects
Object Initializer
Object Member Functions
Object Assignability
Locks
Union Type
Optional Type
Tuple Type
Documentation