Skip to content

MiddlewareResult

Defined in: packages/hoppity/src/types.ts:125

Result object returned by middleware functions. Contains the modified topology and optional callback for post-broker-creation actions.

MiddlewareResult

optional onBrokerCreated: BrokerCreatedCallback

Defined in: packages/hoppity/src/types.ts:127

Optional callback to execute after broker creation


topology: BrokerConfig

Defined in: packages/hoppity/src/types.ts:126

The modified topology configuration