Annotation Interface KafkaHandlerRemoteMethod
public @interface KafkaHandlerRemoteMethod
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionProperty for method value substitution Should not be empty, should contain the path to the property.Descriptions of methods: name and argumentsProperty for arguments of method. -
Optional Element Summary
Optional Elements
-
Element Details
-
methodPropertyName
String methodPropertyNameProperty for method value substitution Should not be empty, should contain the path to the property. Nested properties describes with '.' Example: task.method -
variablesPropertyName
String variablesPropertyNameProperty for arguments of method. Should not be empty, should contain the path to the property. Nested properties describes with '.' Example: task.variables -
methods
RemoteMethod[] methodsDescriptions of methods: name and arguments
-
-
-
methodPropertyType
Class<?> methodPropertyTypeType of property with method name.- Default:
- java.lang.String.class
-