params property

List<MetaParam> params
final

The handler's parameters.

Only an optional BrokerMessage is supported today; anything else is rejected at generation time rather than producing code that does not compile.

Implementation

final List<MetaParam> params;