Uses of Interface
net.officefloor.activity.compose.build.ComposeLinkHandler
Packages that use ComposeLinkHandler
-
Uses of ComposeLinkHandler in net.officefloor.activity.compose.build
Methods in net.officefloor.activity.compose.build with parameters of type ComposeLinkHandlerModifier and TypeMethodDescription<E> voidComposeContext.linkEscalations(Map<String, String> configuration, E[] escalationTypes, ComposeLinkHandler<E> linkHandler) Convenience method to link the escalations to handling functions via configuration.<F> voidComposeContext.linkFlows(Map<String, String> configuration, F[] flowTypes, ComposeLinkHandler<F> linkHandler) Convenience method to link the flows to handling functions via configuration.