calling TicketClient.createManyTickets(createTicketsRequest).block() will provide a job status response, which class itself has no fields - its child classes are what provide that information.
document how to go about providing this information and provide tests to validate this works.
calling
TicketClient.createManyTickets(createTicketsRequest).block()will provide a job status response, which class itself has no fields - its child classes are what provide that information.document how to go about providing this information and provide tests to validate this works.