Uses of Interface
ch.rswk.meta.engine.ActionService.ActionExecuteDelegate
Packages that use ActionService.ActionExecuteDelegate
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of ActionService.ActionExecuteDelegate in ch.rswk.meta.engine
Classes in ch.rswk.meta.engine that implement ActionService.ActionExecuteDelegateFields in ch.rswk.meta.engine declared as ActionService.ActionExecuteDelegateModifier and TypeFieldDescriptionprivate final ActionService.ActionExecuteDelegate
ActionService.DelegateWrapper.delegate
The field for thedelegate
record component.Methods in ch.rswk.meta.engine that return ActionService.ActionExecuteDelegateModifier and TypeMethodDescriptionActionService.DelegateWrapper.delegate()
Returns the value of thedelegate
record component.Methods in ch.rswk.meta.engine with parameters of type ActionService.ActionExecuteDelegateModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Void> ActionService.registerExecuteDelegate
(String actionId, ActionService.ActionExecuteDelegate delegate) Constructors in ch.rswk.meta.engine with parameters of type ActionService.ActionExecuteDelegateModifierConstructorDescriptionprivate
DelegateWrapper
(ActionService.ActionExecuteDelegate delegate, com.codahale.metrics.Meter errorMeter, com.codahale.metrics.Timer timer) Creates an instance of aDelegateWrapper
record class.