Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-webflux
/
me.ahoo.wow.webflux.route
/
RouteHandlerFunctionFactory
Route
Handler
Function
Factory
interface
RouteHandlerFunctionFactory
<
R
:
RouteSpec
>
Inheritors
GenerateBIScriptHandlerFunctionFactory
CommandFacadeHandlerFunctionFactory
CommandHandlerFunctionFactory
EventCompensateHandlerFunctionFactory
LoadEventStreamHandlerFunctionFactory
ResendStateEventFunctionFactory
GlobalIdHandlerFunctionFactory
GetWowMetadataHandlerFunctionFactory
CountQueryHandlerFunctionFactory
ListQueryHandlerFunctionFactory
PagedQueryHandlerFunctionFactory
BatchRegenerateSnapshotHandlerFunctionFactory
ListQuerySnapshotStateHandlerFunctionFactory
LoadSnapshotHandlerFunctionFactory
PagedQuerySnapshotStateHandlerFunctionFactory
RegenerateSnapshotHandlerFunctionFactory
SingleSnapshotHandlerFunctionFactory
SingleSnapshotStateHandlerFunctionFactory
AggregateTracingHandlerFunctionFactory
IdsQueryAggregateHandlerFunctionFactory
LoadAggregateHandlerFunctionFactory
LoadTimeBasedAggregateHandlerFunctionFactory
LoadVersionedAggregateHandlerFunctionFactory
CommandWaitHandlerFunctionFactory
Members
Properties
supported
Spec
Link copied to clipboard
abstract
val
supportedSpec
:
Class
<
R
>
Functions
create
Link copied to clipboard
abstract
fun
create
(
spec
:
R
)
:
HandlerFunction
<
ServerResponse
>