InterceptionMiddleware クラス
- java.
lang. Object - com.
microsoft. bot. builder. inspection. InterceptionMiddleware
- com.
実装
public abstract class InterceptionMiddleware
implements Middleware
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| InterceptionMiddleware(Logger withLogger) | ||
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| protected org.slf4j.Logger | getLogger() |
| protected abstract java.util.concurrent.CompletableFuture<com.microsoft.bot.builder.inspection.InterceptionMiddleware.Intercept> | inbound(TurnContext turnContext, Activity activity) |
| java.util.concurrent.CompletableFuture<java.lang.Void> |
onTurn(TurnContext turnContext, NextDelegate next)
受信アクティビティを処理します。 |
| protected abstract java.util.concurrent.CompletableFuture<java.lang.Void> | outbound(TurnContext turnContext, List<Activity> clonedActivities) |
| protected abstract java.util.concurrent.CompletableFuture<java.lang.Void> | traceState(TurnContext turnContext) |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
InterceptionMiddleware
public InterceptionMiddleware(Logger withLogger)
パラメーター:
メソッドの詳細
getLogger
protected Logger getLogger()
inbound
protected abstract CompletableFuture
パラメーター:
onTurn
public CompletableFuture
受信アクティビティを処理します。
パラメーター:
outbound
protected abstract CompletableFuture
パラメーター:
traceState
protected abstract CompletableFuture
パラメーター: