public abstract class SfcGatewayHook extends AbstractGatewayModuleHook
To register a new step, see getStepRegistry().
To register a new transition, see getTransitionRegistry().
| Constructor and Description |
|---|
SfcGatewayHook() |
| Modifier and Type | Method and Description |
|---|---|
static SfcGatewayHook |
get(GatewayContext context) |
abstract GatewayStepRegistry |
getStepRegistry() |
abstract GatewayTransitionRegistry |
getTransitionRegistry() |
configureDeserializer, configureFunctionFactory, configureSerializer, getHomepagePanels, getRPCHandler, getStatusPanels, initializeScriptManager, notifyLicenseStateChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigCategories, getConfigOverviewContributor, getConfigPanels, getMountedResourceFolder, getMountPathAlias, getStatusOverviewContributor, isFreeModule, mountRouteHandlers, setup, shutdown, startup, updateSystemMappublic static SfcGatewayHook get(GatewayContext context)
context - the GatewayContext.SfcGatewayHook instance.public abstract GatewayStepRegistry getStepRegistry()
GatewayStepRegistry to register new
StepFactorys with.public abstract GatewayTransitionRegistry getTransitionRegistry()
GatewayTransitionRegistry to register new
TransitionFactorys with.