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

com.github.masahitojp.botan.brain.BotanBrain Maven / Gradle / Ivy

There is a newer version: 0.6.4
Show newest version
package com.github.masahitojp.botan.brain;

import java.util.Optional;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;

/**
 * like hubot brain(persistent data)
 */
public interface BotanBrain {
    ConcurrentHashMap getData();

    @SuppressWarnings("unused")
    default void initialize() {}

    default void beforeShutdown() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy