Wow
Toggle table of contents
5.3.8
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
SingleQueryHandlerFunctionFactory
BatchRegenerateSnapshotHandlerFunctionFactory
LoadSnapshotHandlerFunctionFactory
RegenerateSnapshotHandlerFunctionFactory
AggregateTracingHandlerFunctionFactory
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
>