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

com.github.bjoernpetersen.jmusicbot.ApiInitializer Maven / Gradle / Ivy

There is a newer version: 0.25.0
Show newest version
package com.github.bjoernpetersen.jmusicbot;

import java.io.Closeable;
import javax.annotation.Nonnull;

@FunctionalInterface
public interface ApiInitializer {

  Closeable initialize(@Nonnull MusicBot bot, int port) throws InterruptedException, InitializationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy