SyncAgent.java
486 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.cq.dam.mac.sync.api;
import aQute.bnd.annotation.ProviderType;
@ProviderType
public interface SyncAgent {
public String getName();
public String getType();
public String getProtocolHTTPMethod();
public String getSlingResourceType();
public String getCqTemplate();
public String getAgentNameForTenant(String var1);
}