samt-core
1.0.0
jvm
public-api
/
tools.samt.api.types
/
OnewayOperation
Oneway
Operation
interface
OnewayOperation
:
ServiceOperation
A service operation that is fire-and-forget, never returning a response
Members
Properties
name
Link copied to clipboard
abstract
val
name
:
String
parameters
Link copied to clipboard
abstract
val
parameters
:
List
<
ServiceOperationParameter
>