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

org.opensearch.migrations.replay.tracing.IRootReplayerContext Maven / Gradle / Ivy

package org.opensearch.migrations.replay.tracing;

import org.opensearch.migrations.replay.datatypes.ISourceTrafficChannelKey;
import org.opensearch.migrations.tracing.IInstrumentConstructor;
import org.opensearch.migrations.tracing.IRootOtelContext;

public interface IRootReplayerContext extends IRootOtelContext, IInstrumentConstructor {

    ITrafficSourceContexts.IReadChunkContext createReadChunkContext();

    IReplayContexts.IChannelKeyContext createChannelContext(ISourceTrafficChannelKey tsk);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy