SendActivitiesHandler Interface
public interface SendActivitiesHandler
A method that can participate in send activity events for the current turn.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
java.util.concurrent.CompletableFuture<Resource |
invoke(TurnContext context, List<Activity> activities, Supplier<CompletableFuture<ResourceResponse[]>> next)
A method that can participate in send activity events for the current turn. |
Method Details
invoke
public abstract CompletableFuture
A method that can participate in send activity events for the current turn.
Parameters:
Returns: