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
Properties
Section titled “Properties”onBrokerCreated?
Section titled “onBrokerCreated?”
optionalonBrokerCreated:BrokerCreatedCallback
Defined in: packages/hoppity/src/types.ts:127
Optional callback to execute after broker creation
topology
Section titled “topology”topology:
BrokerConfig
Defined in: packages/hoppity/src/types.ts:126
The modified topology configuration