# `A2A.Server.ExecutorRunner`
[🔗](https://github.com/lukaszsamson/a2a_ex/blob/main/lib/a2a/server/executor_runner.ex#L1)

Helper for invoking executor callbacks with optional module options.

# `call`
[🔗](https://github.com/lukaszsamson/a2a_ex/blob/main/lib/a2a/server/executor_runner.ex#L7)

```elixir
@spec call(module() | {module(), term()}, atom(), list()) :: term()
```

# `exported?`
[🔗](https://github.com/lukaszsamson/a2a_ex/blob/main/lib/a2a/server/executor_runner.ex#L25)

```elixir
@spec exported?(module() | {module(), term()}, atom(), non_neg_integer()) :: boolean()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
