Uses of Annotation Interface
org.chenile.core.annotation.ChenileAnnotation
Package
Description
Cloud Edge switch configuration.
Extended Chenile HTTP based annotations
Contains Chenile MQTT annotation
Defines annotations to define the authorities for a service / operation.
-
Uses of ChenileAnnotation in org.chenile.cloudedgeswitch
-
Uses of ChenileAnnotation in org.chenile.http.annotation
Modifier and TypeClassDescription@interface
This is required to state the possible response codes for successful responses.
This is not required for error responses since the exception will already have the response code for error responses. -
Uses of ChenileAnnotation in org.chenile.mqtt.model
Modifier and TypeClassDescription@interface
Annotate a class in a Chenile service controller to make it listen to MQ-TT topics.
This will bind the topic to an invocation of this service/operation. -
Uses of ChenileAnnotation in org.chenile.security.model
Modifier and TypeClassDescription@interface
This provides the authorities that are required to access this service.
The value() of the class is the enum which specifies if the given resource is PROTECTED or UNPROTECTED.