Package

org.axonframework.scynapse

commandhandling

Permalink

package commandhandling

Visibility
  1. Public
  2. All

Type Members

  1. class PromisingCallback[T, R] extends CommandCallback[T, R]

    Permalink

    Promise describing a callback that is invoked when command handler execution has finished.

    Promise describing a callback that is invoked when command handler execution has finished. Depending of the outcome of the execution, the Promise will result in the expected Type or will call failure with a Throwable.

Ungrouped