Class RecoverAfterDTO

All Implemented Interfaces:
DTO<RecoverAfter>

public class RecoverAfterDTO extends ObjectWithJsonToString implements DTO<RecoverAfter>
Serialization DTO for RecoverAfter. Mirrors the delay/connectionOptions nullable-nested pattern: a null field is omitted from the JSON (so an absent failResponse or idempotencyHeader produces no key), and the whole recoverAfter clause is omitted from a response that has none.
Author:
jamesdbloom