Skip to content

Commit

Permalink
Update message-listener doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Aug 17, 2023
1 parent c203e35 commit c5e217e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ballerina/message_listener.bal
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ public isolated class Listener {
public isolated function detach(Service 'service) returns Error? {}

# Starts the endpoint.
# ```ballerina
# check messageListener.'start();
# ```
#
# + return - Returns nil or an error upon failure to start.
# + return - A `jms:Error` if there is an error or else `()`
public isolated function 'start() returns Error? {}


Expand Down

0 comments on commit c5e217e

Please sign in to comment.