-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringpathThe path for this producer to listen on.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description longdelayThe delay before the call to the producer method will be repeated.longmaxTimesSpecified how often the SSE producer method should be called before the connection is closed.java.util.concurrent.TimeUnitunitTheTimeUnitfor thedelay()parameter.
-
-
-
-
delay
long delay
The delay before the call to the producer method will be repeated. The default is 1. The effective delay is calculated using theunit()parameter.- Returns:
- the delay
- Default:
- 1L
-
-