Class Event.MigrationOp.InvokedMeasurement
- java.lang.Object
-
- com.launchdarkly.sdk.internal.events.Event.MigrationOp.InvokedMeasurement
-
- Enclosing class:
- Event.MigrationOp
public static final class Event.MigrationOp.InvokedMeasurement extends java.lang.Object
Invoked measurement for a migration op.Indicates which origins/sources were executed while doing a migration operation.
-
-
Constructor Summary
Constructors Constructor Description InvokedMeasurement(boolean oldInvoked, boolean newInvoked)
Construct a new invoked measurement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
wasNewInvoked()
Check if the new method was invoked.boolean
wasOldInvoked()
Check if the old method was invoked.
-