com.microsoft.bot.builder.core.NextDelegate Maven / Gradle / Ivy
package com.microsoft.bot.builder.core;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutionException;
@FunctionalInterface
public interface NextDelegate {
CompletableFuture next() throws ExecutionException, InterruptedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy