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

org.opensearch.migrations.replay.traffic.source.ITrafficStreamWithKey Maven / Gradle / Ivy

package org.opensearch.migrations.replay.traffic.source;

import org.opensearch.migrations.replay.datatypes.ITrafficStreamKey;
import org.opensearch.migrations.trafficcapture.protos.TrafficStream;

public interface ITrafficStreamWithKey {
    ITrafficStreamKey getKey();

    TrafficStream getStream();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy