Annotation Interface OrderingKey
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
@Bindable
@Inherited
public @interface OrderingKey
Defines the value of they to be used for message ordering.
See: ordering keys.
Note that without setting the topic endpoint, message ordering will not work. @see
Topic
- Since:
- 3.2.2
- Author:
- Vinicius Carvalho