Class PaymentResource.CountResponse

java.lang.Object
io.github.ravocode.avoonce.sample.quarkus.PaymentResource.CountResponse
Enclosing class:
PaymentResource

public static class PaymentResource.CountResponse extends Object
Response payload used for the process-count endpoint.
  • Field Details

    • count

      public int count
      The current process count.
  • Constructor Details

    • CountResponse

      public CountResponse()
      Default constructor for serialization frameworks.
    • CountResponse

      public CountResponse(int count)
      Creates a count response with the supplied value.
      Parameters:
      count - the current process count