We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Extend service port documentation with an example. One example based on the Todo could be:
Struct SendEmailRequest { string origin; string destination; string content; } ServicePort EmailServicePort { send(email: SendEmailRequest): (OK(void),Errors()); }
Activity