Skip to content

Commit

Permalink
Update ballerina/destination.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Ayesh Almeida <[email protected]>
  • Loading branch information
dilanSachi and ayeshLK authored Oct 27, 2023
1 parent c2e5002 commit 11b8d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/destination.bal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ballerina/jballerina.java;
public type Destination distinct client object {
remote function put(Message message) returns Error?;

remote function get(GetMessageOptions options = {}) returns Message|Error?;
remote function get(*GetMessageOptions options) returns Message|Error?;
};

public type Queue distinct client object {
Expand Down

0 comments on commit 11b8d83

Please sign in to comment.