Package fr.vitam.plugin.custom
Class HelloWorldPlugin
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.vitam.plugin.custom.HelloWorldPlugin
- All Implemented Interfaces:
VitamAutoCloseable
,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(WorkerParameters workerParameters, HandlerIO handlerIO) Execute an actionMethods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryIOParameter, checkMandatoryParameters, close, executeList, updateDetailItemStatus
-
Constructor Details
-
HelloWorldPlugin
public HelloWorldPlugin()
-
-
Method Details
-
execute
Description copied from class:ActionHandler
Execute an action- Overrides:
execute
in classActionHandler
- Parameters:
workerParameters
-WorkerParameters
handlerIO
- the handlerIo- Returns:
- CompositeItemStatus:response contains a list of functional message and status code
-