ActivityInboundInterceptorTrait
Trait that provides a default interceptor implementation.
Tags
Table of Contents
Methods
- handleActivityInbound() : mixed
- Default implementation of the `handleActivityInbound` method.
Methods
handleActivityInbound()
Default implementation of the `handleActivityInbound` method.
public
handleActivityInbound(ActivityInput $input, callable $next) : mixed
Parameters
- $input : ActivityInput
- $next : callable