Skip to content
Snippets Groups Projects
Commit 47d00f2f authored by Konrad Krasnodebski's avatar Konrad Krasnodebski
Browse files

Add stub aboutToExpireLegalTagPubliusher to Azure

parent 58c9d396
No related branches found
No related tags found
2 merge requests!620Update version of default branch to 0.27.0-SNAPSHOT,!535Extend cron to catch about to expire legal tags
Pipeline #247808 failed
package org.opengroup.osdu.legal.aws.jobs;
import org.opengroup.osdu.core.common.model.http.DpsHeaders;
import org.opengroup.osdu.legal.provider.interfaces.IAboutToExpireLegalTagPublisher;
import org.opengroup.osdu.legal.jobs.models.AboutToExpireLegalTags;
import org.springframework.stereotype.Service;
@Service
public class AboutToExpireLegalTagPublisherImpl implements IAboutToExpireLegalTagPublisher {
@Override
public void publish(String projectId, DpsHeaders headers, AboutToExpireLegalTags aboutToExpireLegalTags) {
// to be implemented
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment