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

org.opensearch.migrations.replay.PacketConsumerFactory Maven / Gradle / Ivy

The newest version!
package org.opensearch.migrations.replay;

import org.opensearch.migrations.replay.datahandlers.IPacketFinalizingConsumer;
import org.opensearch.migrations.replay.tracing.IReplayContexts;

public interface PacketConsumerFactory {
    IPacketFinalizingConsumer create(IReplayContexts.IReplayerHttpTransactionContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy