Interface RegisterCommandEvent.Result<C>

Enclosing interface:
RegisterCommandEvent<C>

public static interface RegisterCommandEvent.Result<C>
The RegisterCommandEvent.Result of a command registration, allowing for the chaining of other command registrations, or the retrival of the CommandMapping generated from the registration that returned this result.