@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SignalMethod
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
Name of the signal type.
|
public abstract java.lang.String name
Be careful about names that contain special characters. These names can be used as metric tags. And systems like prometheus ignore metrics which have tags with unsupported characters.