TMethodType

The way how methods are called.

Values

ValueMeaning
REGULAR

Called in the normal two-way scheme consisting of a request and a response.

ONEWAY

A fire-and-forget one-way method, where no response is sent and the client immediately returns.

Meta