Class VariablesExtKt
-
- All Implemented Interfaces:
public final class VariablesExtKt
-
-
Method Summary
Modifier and Type Method Description final static Map<String, Object>filterBySubscription(Map<String, Object> $self, TaskSubscriptionHandle subscription)Filter the payload by the requested payload description of the subscription. -
-
Method Detail
-
filterBySubscription
final static Map<String, Object> filterBySubscription(Map<String, Object> $self, TaskSubscriptionHandle subscription)
Filter the payload by the requested payload description of the subscription.
- Parameters:
subscription- with payload description (the value may be null).- Returns:
filtered payload variables.
- Since:
0.0.1
-
-
-
-