public interface IScheduleService
| Modifier and Type | Method and Description |
|---|---|
void |
schedule(IScheduledJob scheduledJob) |
void |
shutdown()
Método para destruir o serviço de agendamento.
|
void |
trigger(IScheduledJob scheduledJob) |
void schedule(IScheduledJob scheduledJob)
void trigger(IScheduledJob scheduledJob)
void shutdown()
Copyright © 2017. All rights reserved.