Uses of Annotation Interface
org.chenile.core.annotation.ChenileAnnotation
Packages that use 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
Classes in org.chenile.cloudedgeswitch with annotations of type ChenileAnnotation -
Uses of ChenileAnnotation in org.chenile.http.annotation
Classes in org.chenile.http.annotation with annotations of type ChenileAnnotationModifier 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
Classes in org.chenile.mqtt.model with annotations of type ChenileAnnotationModifier 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
Classes in org.chenile.security.model with annotations of type ChenileAnnotationModifier 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.