Uses of Annotation Interface
org.frankframework.doc.Optional
Packages that use Optional
Package
Description
-
Uses of Optional in org.frankframework.cache
Methods in org.frankframework.cache with annotations of type Optional -
Uses of Optional in org.frankframework.configuration
Methods in org.frankframework.configuration with annotations of type OptionalModifier and TypeMethodDescriptionvoid
Configurations should be wired through Spring, which in turn should callConfiguration.setBeanName(String)
. -
Uses of Optional in org.frankframework.core
Methods in org.frankframework.core with annotations of type Optional -
Uses of Optional in org.frankframework.extensions.mqtt
Methods in org.frankframework.extensions.mqtt with annotations of type OptionalModifier and TypeMethodDescriptionvoid
-
Uses of Optional in org.frankframework.jdbc
Methods in org.frankframework.jdbc with annotations of type OptionalModifier and TypeMethodDescriptionvoid
MessageStoreListener.setStatusField
(String fieldname) void
MessageStoreListener.setStatusValueError
(String string) void
MessageStoreListener.setStatusValueProcessed
(String string) void
MessageStoreListener.setTableName
(String string) -
Uses of Optional in org.frankframework.scheduler.job
Methods in org.frankframework.scheduler.job with annotations of type OptionalModifier and TypeMethodDescriptionvoid
SendMessageJob.setMessage
(String message) message to be sent into the pipeline -
Uses of Optional in org.frankframework.senders
Methods in org.frankframework.senders with annotations of type Optional