Package com.liferay.dispatch.executor
Interface DispatchTaskExecutor
- All Known Implementing Classes:
BaseDispatchTaskExecutor
public interface DispatchTaskExecutor
-
Method Details
-
execute
void execute(long dispatchTriggerId) throws IOException, com.liferay.portal.kernel.exception.PortalException This method execute the scheduled task- Parameters:
dispatchTriggerId-- Throws:
IOExceptioncom.liferay.portal.kernel.exception.PortalException
-
getName
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
isClusterModeSingle
default boolean isClusterModeSingle() -
isHiddenInUI
default boolean isHiddenInUI()
-