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

com.undefinedlabs.scope.sender.Sender Maven / Gradle / Ivy

package com.undefinedlabs.scope.sender;

import com.undefinedlabs.scope.exceptions.SenderException;
import com.undefinedlabs.scope.reporter.internal.remote.model.ScopeData;

public interface Sender {

  boolean send(final ScopeData scopeData) throws SenderException;

  void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy