functionName

open fun functionName(functionName: String): WhenStage<T>

Filters message functions by name.

This is a convenience method that filters functions to only include those with the specified name.

Return

The current stage for method chaining.

Parameters

functionName

The name of the function to include.