Interface SubscriptionChangeDestinationAction

All Superinterfaces:
ResourceUpdateAction<SubscriptionUpdateAction>, SubscriptionUpdateAction

public interface SubscriptionChangeDestinationAction extends SubscriptionUpdateAction

A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the update will fail. The payload of the test notification is of type ResourceCreated for the resourceTypeId subscription. The status will change to Healthy, if it isn't already.


Example to create an instance using the builder pattern

     SubscriptionChangeDestinationAction subscriptionChangeDestinationAction = SubscriptionChangeDestinationAction.builder()
             .destination(destinationBuilder -> destinationBuilder)
             .build()