directives

@NotNull
open fun <A> directives(type: String, @NotNull deserializer: (in SerializedValue) -> out A): Directives<A>

Query activity directives.

Parameters

type

Activity type name to filter by; queries all activities if null.

deserializer

a function from SerializedValue to an inner payload type