// 
// Decompiled by Procyon v0.6.0
// 

package io.sentry.logger;

import io.sentry.SentryClient;
import org.jetbrains.annotations.NotNull;
import io.sentry.SentryOptions;

public interface ILoggerBatchProcessorFactory
{
    @NotNull
    ILoggerBatchProcessor create(@NotNull final SentryOptions p0, @NotNull final SentryClient p1);
}
