onBusMessage

Receives a passed Boxed instance with the "admin" header, and calls functions based on the payload message.

This is used in the Pipeline plugin, to allow us to trigger admin verbs via the command-line pipe.

version(WithAdminPlugin)
private
void
onBusMessage
(,
const string header
,)

Parameters

plugin AdminPlugin

The current AdminPlugin.

header string

String header describing the passed content payload.

content Sendable

Message content.