Package io.goobi.viewer.model.job.mq
Class UpdateDataRepositoryHandler
java.lang.Object
io.goobi.viewer.model.job.mq.UpdateDataRepositoryHandler
- All Implemented Interfaces:
MessageHandler<MessageStatus>
Message handler that updates the data repository name mapping for a given record identifier in the Solr index
and clears any cached access condition data for that record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(ViewerMessage message, MessageQueueManager queueManager) Call this method to execute the ticket.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.goobi.viewer.controller.mq.MessageHandler
call, onStartup
-
Constructor Details
-
UpdateDataRepositoryHandler
public UpdateDataRepositoryHandler()
-
-
Method Details
-
call
Description copied from interface:MessageHandlerCall this method to execute the ticket.- Specified by:
callin interfaceMessageHandler<MessageStatus>- Parameters:
message- The ticket to handlequeueManager- reference to to manage the queue- Returns:
- V
-
getMessageHandlerName
- Specified by:
getMessageHandlerNamein interfaceMessageHandler<MessageStatus>
-