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

com.microsoft.bot.builder.core.TurnTask Maven / Gradle / Ivy

package com.microsoft.bot.builder.core;

import com.microsoft.bot.builder.core.TurnContext;

import java.util.concurrent.CompletableFuture;

@FunctionalInterface
public interface TurnTask {
    CompletableFuture invoke(TurnContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy