Class ChatCatcher
-
- All Implemented Interfaces:
public class ChatCatcher
-
-
Field Summary
Fields Modifier and Type Field Description public final CompletableFuture<String>
future
public final boolean
cancel
-
Constructor Summary
Constructors Constructor Description ChatCatcher(BaseActionManager actionManager, String messageKey, boolean cancel, ActionContext context, CompletableFuture<ActionResult> result)
-
Method Summary
Modifier and Type Method Description CompletableFuture<String>
getFuture()
boolean
isCancel()
-
-
Constructor Detail
-
ChatCatcher
ChatCatcher(BaseActionManager actionManager, String messageKey, boolean cancel, ActionContext context, CompletableFuture<ActionResult> result)
-
-
Method Detail
-
getFuture
@NonNull() CompletableFuture<String> getFuture()
-
isCancel
boolean isCancel()
-
-
-
-