Uses of Enum Class
org.frankframework.console.controllers.TransactionalStorage.StorageSource
Packages that use TransactionalStorage.StorageSource
-
Uses of TransactionalStorage.StorageSource in org.frankframework.console.controllers
Methods in org.frankframework.console.controllers that return TransactionalStorage.StorageSourceModifier and TypeMethodDescriptionTransactionalStorage.TransactionStoragePathVariables.storageSource()
Returns the value of thestorageSource
record component.Returns the enum constant of this class with the specified name.static TransactionalStorage.StorageSource[]
TransactionalStorage.StorageSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.frankframework.console.controllers with parameters of type TransactionalStorage.StorageSourceModifierConstructorDescriptionTransactionStoragePathVariables
(String configuration, String adapterName, String storageSourceName, String receiverName, String processState, String targetState, String messageId, TransactionalStorage.StorageSource storageSource) Creates an instance of aTransactionStoragePathVariables
record class.