IOperationServiceGetExternalNotificationSubscription Method |
Get or registers external notification subscription.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax IObservable<string> GetExternalNotificationSubscription(
string subscriptionName
)
Parameters
- subscriptionName
- Type: SystemString
The name of the notification being registered or the notification being subscribed to.
Return Value
Type:
IObservableStringRemarks
Different plugins running under the same iikoFront application instance can communicate via external notifications. iikoFront just transfers notification and its data between plugins without knowing any details. Plugin`s external notification registers using
GetExternalNotificationSubscription(String) and plugin call it using
InvokeExternalNotification(String, String). Any plugin can call notification.
See Also