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

io.pkts.streams.StreamId Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package io.pkts.streams;

/**
 * @author [email protected]
 */
public interface StreamId {

    /**
     * Convert this {@link StreamId} to a string. It MUST be possible to
     * recreate this {@link StreamId} from this string.
     * 
     * @return
     */
    String asString();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy