Class MaintenanceTaskAdapter

java.lang.Object
net.datenwerke.gf.service.maintenance.hooks.adapter.MaintenanceTaskAdapter
All Implemented Interfaces:
MaintenanceTask, Hook

@GeneratedType("net.datenwerke.hookservices.HookAdapterProcessor") public class MaintenanceTaskAdapter extends Object implements MaintenanceTask
This file was automatically created by DtoAnnotationProcessor, version 0.1
  • Constructor Details

    • MaintenanceTaskAdapter

      public MaintenanceTaskAdapter()
  • Method Details

    • performMaintenance

      public void performMaintenance()
      Description copied from interface: MaintenanceTask
      Callback called by the maintenance thread. The method should preferably not throw exceptions.
      Specified by:
      performMaintenance in interface MaintenanceTask