InterceptionMiddleware 클래스
- java.
lang. Object - com.
microsoft. bot. builder. inspection. InterceptionMiddleware
- com.
구현
public abstract class InterceptionMiddleware
implements Middleware
생성자 요약
| 생성자 | Description | |
|---|---|---|
| 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
매개 변수: