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

com.slack.api.bolt.Initializer Maven / Gradle / Ivy

The newest version!
package com.slack.api.bolt;

import java.util.function.Consumer;

/**
 * A function that initializes {@link com.slack.api.bolt.service.Service}s and whatever related to {@link App}.
 */
public interface Initializer extends Consumer {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy