All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ikasan.spec.scheduled.job.service.InternalEventDrivenJobService Maven / Gradle / Ivy

package org.ikasan.spec.scheduled.job.service;

import org.ikasan.spec.scheduled.job.model.InternalEventDrivenJobRecord;
import org.ikasan.spec.search.SearchResults;

public interface InternalEventDrivenJobService {

    SearchResults findAll(int limit, int offset);

    SearchResults findByContext(String contextId, int limit, int offset);

    InternalEventDrivenJobRecord findById(String id);

    void save(InternalEventDrivenJobRecord record);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy