Class GetScheduleResult
java.lang.Object
io.fluxcapacitor.common.api.scheduling.GetScheduleResult
- All Implemented Interfaces:
JsonType
,RequestResult
Response to a
GetSchedule
request, containing the matching SerializedSchedule
, if found.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Metric payload used for internal monitoring and logging. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fluxcapacitor.common.api.RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
GetScheduleResult
public GetScheduleResult()
-
-
Method Details
-
toMetric
Description copied from interface:JsonType
Converts this object into a compact metric representation for logging or monitoring.Used by the Flux client to avoid logging large payloads directly while still tracking platform usage.
-