ActivityInboundInterceptor
extends
Interceptor
in
It's recommended to use `ActivityInboundInterceptorTrait` when implementing this interface because the interface might be extended in the future. The trait will provide forward compatibility.
Tags
Table of Contents
Methods
- handleActivityInbound() : mixed
- Intercepts a call to the main activity entry method.
Methods
handleActivityInbound()
Intercepts a call to the main activity entry method.
public
handleActivityInbound(ActivityInput $input, callable(ActivityInput): mixed $next) : mixed
Parameters
- $input : ActivityInput
- $next : callable(ActivityInput): mixed