SendingMiddleware
extends
ForwardDirection
in
Table of Contents
Methods
- handle() : PostableMessage|null
Methods
handle()
public
handle(string $threadId, PostableMessage $message, Adapter $adapter, string $operation, callable(string, PostableMessage, Adapter, string): Array $next) : PostableMessage|null
Parameters
- $threadId : string
- $message : PostableMessage
- $adapter : Adapter
- $operation : string
- $next : callable(string, PostableMessage, Adapter, string): Array