MiddlewareProvider

open class MiddlewareProvider(val key: String)

Represents a provider of middleware with a unique key.

Parameters

key

A unique identifier for the middleware provider.

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard
val key: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if another object is equal to this provider based on the key.

Link copied to clipboard
open override fun hashCode(): Int

Computes the hash code for the middleware provider based on its key.