public final class SetChanges extends UpdateActionImpl<Subscription>
See also SubscriptionUpdateCommand.
assumeHasIronMqEnv(); setChangesQueue(SubscriptionFixtures::ironMqSubscriptionDraftBuilder);
See the test code.
Subscription.getChanges()
Modifier and Type | Method and Description |
---|---|
List<ChangeSubscription> |
getChanges() |
static SetChanges |
of(List<ChangeSubscription> changes)
Creates a update action to set the changes.
|
static SetChanges |
ofUnset() |
getAction
@Nullable public List<ChangeSubscription> getChanges()
public static SetChanges of(@Nullable List<ChangeSubscription> changes)
changes
- the changes Subscription.getChanges()
public static SetChanges ofUnset()