Package org.hertsstack.core.annotation
Annotation Type HertsRpcReceiver
-
@Inherited @Target(TYPE) @Retention(RUNTIME) public @interface HertsRpcReceiver
Herts HertsRpcReceiver annotation. If you use HertsReactiveStreaming receiver, please set this annotation to interface
-
-
Element Detail
-
value
HertsType value
HertsType. Default is Reactive- Returns:
- HertsType
- Default:
- org.hertsstack.core.context.HertsType.Reactive
-
-