setupCommandRouting

protected void setupCommandRouting(CommandRouting<I> routing)

A callback for derived classes to customize routing schema for commands.

Default routing returns the value of the first field of a command message.

Parameters

routing

the routing schema to customize