TransportHandler.java 310 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.day.cq.replication;

import com.day.cq.replication.*;

public interface TransportHandler {
    public boolean canHandle(AgentConfig var1);

    public ReplicationResult deliver(TransportContext var1, ReplicationTransaction var2) throws ReplicationException;
}