Claim the next event in sequence for publishing. @return the claimed sequence value
()
| 35 | * @return the claimed sequence value |
| 36 | */ |
| 37 | long next(); |
| 38 | |
| 39 | /** |
| 40 | * Claim the next n events in sequence for publishing. This is for batch event producing. Using batch producing |
no outgoing calls