Package-level declarations
Types
Link copied to clipboard
data class CommandRequest(val body: Any, val waitStrategy: CommandRequest.WaitStrategy = WaitStrategy(), val aggregateId: String? = null, val aggregateVersion: Int? = null, val tenantId: String? = null, val requestId: String? = null, val localFirst: Boolean? = null, val context: String? = null, val aggregate: String? = null, val serviceUri: String? = null, val type: String? = null)
Link copied to clipboard
interface ReactiveRestCommandGateway : RestCommandGateway<Mono<ResponseEntity<CommandResult>>, Mono<CommandResult>>
Link copied to clipboard
Link copied to clipboard
class RestCommandGatewayException(val request: CommandRequest, errorCode: String, errorMsg: String, cause: Throwable, bindingErrors: List<BindingError> = emptyList()) : WowException
Link copied to clipboard