Package com.avoka.fc.core.service
Interface IScheduledService
-
- All Superinterfaces:
IServiceDefinitionAware
- All Known Implementing Classes:
FluentScheduledService
,GroovyScheduledService
public interface IScheduledService extends IServiceDefinitionAware
Provides a service definition interface which can be invoked by the ScheduledServiceJob.- See Also:
ScheduledServiceJob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
invoke()
Invoke the scheduled service.-
Methods inherited from interface com.avoka.fc.core.service.IServiceDefinitionAware
getServiceDefinition, setServiceDefinition
-
-
-
-
Method Detail
-
invoke
String invoke()
Invoke the scheduled service.- Returns:
- optionally any invocation result info message
-
-