Interface | Description |
---|---|
ChangeSummaryProducer |
Spring cloud data channel description for messaging output.
|
DeploymentConsumer |
Spring cloud data channel description for messaging input.
|
PromotionConsumer |
Spring cloud data channel description for messaging input.
|
PruneNotificationTriggeredJobEventConsumer |
Spring cloud stream messaging interface for receiving triggered job execution from the scheduled
job microservice.
|
PurgeSandboxTriggeredJobEventConsumer |
Spring cloud stream messaging interface for receiving triggered job execution from the scheduled
job microservice.
|
RebasingConsumer |
Spring cloud data channel description for messaging input.
|
RejectionConsumer |
Spring cloud data channel description for messaging input.
|
ReversionConsumer |
Spring cloud data channel description for messaging input.
|
SandboxDeleteConsumer |
Spring cloud data channel description for messaging input.
|
TransitionHandlerCustomizer |
Customize the list of
TransitionHandlers used by
TransitionListener . |
WorkflowRequestCompletionConsumer |
Spring cloud data channel description for messaging input.
|
WorkflowRequestCompletionProducer |
Spring cloud data channel description for messaging output.
|
Class | Description |
---|---|
ChangeDetailPruningPersistenceMessageAckedHandler |
This component prunes the change details from production-level
Trackable entities
following successful acknowledgement of the PersistenceMessage 's notification state. |
ChangeSummaryMessageFactory |
Creates new
ChangeEvent messages based on an entity instance. |
ChangeSummaryNotificationProperties |
Configuration properties for the
NotificationHandler and RetryHandler related to
ChangeSummaryProducer |
DefaultSandboxDeleteListener |
Listen for
SandboxDeleteEvent to come in through the
SandboxDeleteConsumer sandbox message channel. |
PruneRestingNotificationStatesHandler |
A handler for scheduled jobs of type
PruneRestingNotificationStatesListener.PRUNE_RESTING_NOTIFICATION_STATES_JOBTYPE that
prunes outdated resting notification states from all TrackableRepositories . |
PruneRestingNotificationStatesListener |
A listener that accepts triggered scheduled job events of type
PruneRestingNotificationStatesListener.PRUNE_RESTING_NOTIFICATION_STATES_JOBTYPE and delegates to
PruneRestingNotificationStatesHandler to perform the appropriate behavior. |
PurgeObsoleteSandboxDataHandler |
A handler for scheduled jobs of type
PurgeObsoleteSandboxDataListener.PURGE_OBSOLETE_SANDBOX_DATA_JOBTYPE that purges obsolete
sandbox records from all TrackableRepositories . |
PurgeObsoleteSandboxDataListener |
A listener that accepts triggered scheduled job events of type
PurgeObsoleteSandboxDataListener.PURGE_OBSOLETE_SANDBOX_DATA_JOBTYPE and delegates to
PurgeObsoleteSandboxDataHandler to perform the appropriate behavior. |
SandboxDeleteEvent |
The event that is sent when the sandbox is deleted.
|
TransitionHandlerFactory |
Used to create
TransitionHandlers for sandboxable entities and delegate
to them when a sandbox message is received. |
TransitionListener |
Listen for
WorkflowTransitionRequests to come in through the
various sandbox message channels (i.e., PromotionConsumer , DeploymentConsumer ,
RejectionConsumer , and ReversionConsumer ) in order to delegate to the list of
preconconfigured bean for TransitionHandlers . |
TransitionRequestCompletionNotificationProperties |
Configuration properties for the
NotificationHandler and RetryHandler related to
WorkflowRequestCompletionProducer |
TransitionRequestProperties |
Configuration properties for the
NotificationHandler and RetryHandler related to
WorkflowRequestCompletionProducer |
Copyright © 2021. All rights reserved.