Uses of Class
net.officefloor.spring.webflux.procedure.SpringWebFluxProcedure.DependencyKeys
-
Packages that use SpringWebFluxProcedure.DependencyKeys Package Description net.officefloor.spring.webflux.procedure -
-
Uses of SpringWebFluxProcedure.DependencyKeys in net.officefloor.spring.webflux.procedure
Methods in net.officefloor.spring.webflux.procedure that return SpringWebFluxProcedure.DependencyKeys Modifier and Type Method Description static SpringWebFluxProcedure.DependencyKeys
SpringWebFluxProcedure.DependencyKeys. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpringWebFluxProcedure.DependencyKeys[]
SpringWebFluxProcedure.DependencyKeys. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.officefloor.spring.webflux.procedure with type arguments of type SpringWebFluxProcedure.DependencyKeys Modifier and Type Method Description void
SpringWebFluxProcedure. execute(ManagedFunctionContext<SpringWebFluxProcedure.DependencyKeys,None> context)
-