Package org.cyclos.utils
Annotation Type RunInChannel
-
@Target(METHOD) @Retention(RUNTIME) public @interface RunInChannel
Marker annotation for service interface methods. It's used to indicate the channel the method must run in. This channel could be other than the client request's channel (i.e the specified for the client), in case log must be generated the channel being logged will be the channel specified in the request.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description BuiltInChannelvalue
-
-
-
Element Detail
-
value
BuiltInChannel value
-
-