TimeoutData

Sets this parameter as data coming from IPersistentTimeoutableComponent.timeout.

The order and types of the passed data must match with the handler parameters.

Requirements

A compatible TimeoutParameterResolver must exist for the annotated parameter, the default supported types can be seen in ParameterResolver.

If your parameter is a serializable object, you can instead use @SerializableTimeoutData.

See also

@ComponentTimeoutHandler

@GroupTimeoutHandler