Enum Class PayloadInterceptorOrder

java.lang.Object
java.lang.Enum<PayloadInterceptorOrder>
org.springframework.security.config.annotation.rsocket.PayloadInterceptorOrder
All Implemented Interfaces:
Serializable, Comparable<PayloadInterceptorOrder>, Constable, org.springframework.core.Ordered

public enum PayloadInterceptorOrder extends Enum<PayloadInterceptorOrder> implements org.springframework.core.Ordered
The standard order for PayloadInterceptor to be sorted. The actual values might change, so users should use the getOrder() method to calculate the position dynamically rather than copy values.
Since:
5.2