Skip to content

Commit ab36418

Browse files
committed
Update tmx
1 parent b3032d3 commit ab36418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l10n/tmx/quarkus.tmx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38506,7 +38506,7 @@ As a result, a technology that is designed to run on a Vert.x event loop (such a
3850638506
For this reason, a scheduled method that returns `java.util.concurrent.CompletionStage&lt;Void&gt;` or `io.smallrye.mutiny.Uni&lt;Void&gt;`, or is annotated with `@io.smallrye.common.annotation.NonBlocking` is executed on the Vert.x event loop instead.</seg>
3850738507
</tuv>
3850838508
<tuv xml:lang="ja_JP">
38509-
<seg>デフォルトでは、スケジュールされたメソッドは、ブロックするタスクのメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage&lt;Void&gt;` または `io.smallrye.mutiny.Uni&lt;Void&gt;` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。</seg>
38509+
<seg>デフォルトでは、スケジュールされたメソッドは、ブロッキングタスク用のメインエクゼキュータ上で実行されます。そのため、Vert.xイベントループ上で実行するように設計された技術(Hibernate Reactiveなど)は、メソッド本体内で使用することができません。このため、 `java.util.concurrent.CompletionStage&lt;Void&gt;` または `io.smallrye.mutiny.Uni&lt;Void&gt;` を返す、あるいは `@io.smallrye.common.annotation.NonBlocking` でアノテーションされたスケジュール型メソッドは、代わりに Vert.x のイベントループで実行されます。</seg>
3851038510
</tuv>
3851138511
</tu>
3851238512
<tu>

0 commit comments

Comments
 (0)