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

io.leoplatform.sdk.bus.StreamQueue Maven / Gradle / Ivy

The newest version!
package io.leoplatform.sdk.bus;

import java.util.Collections;
import java.util.List;

public interface StreamQueue {
    String name();

    default List tags() {
        return Collections.emptyList();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy