Class ActorClockEndpoint.Response

java.lang.Object
io.camunda.zeebe.shared.management.ActorClockEndpoint.Response
Enclosing class:
ActorClockEndpoint

protected static final class ActorClockEndpoint.Response extends Object
A response type for future proofing, in case the format needs to be changed in the future.
  • Field Details

    • epochMilli

      protected final long epochMilli
    • instant

      protected final Instant instant
  • Constructor Details

    • Response

      public Response(Instant instant)