Interface EventSubscription.UpdateStages.WithDestination
-
- All Known Subinterfaces:
EventSubscription.Update
- Enclosing interface:
- EventSubscription.UpdateStages
public static interface EventSubscription.UpdateStages.WithDestinationThe stage of the EventSubscription update allowing to specify destination.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.UpdatewithDestination(EventSubscriptionDestination destination)Specifies the destination property: Information about the destination where events have to be delivered for the event subscription..
-
-
-
Method Detail
-
withDestination
EventSubscription.Update withDestination(EventSubscriptionDestination destination)
Specifies the destination property: Information about the destination where events have to be delivered for the event subscription..- Parameters:
destination- Information about the destination where events have to be delivered for the event subscription.- Returns:
- the next definition stage.
-
-