consumers property

List<MetaConsumer> consumers
final

Methods annotated with @Consumes.

Kept apart from methods: a consumer has no verb and no path, so it is not a route and must not be registered as one.

Implementation

final List<MetaConsumer> consumers = [];