org.opensearch.migrations.replay.PacketConsumerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trafficReplayer Show documentation
Show all versions of trafficReplayer Show documentation
Everything opensearch migrations
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