Package dev.restate.sdk
Class Service.Options
- java.lang.Object
-
- dev.restate.sdk.Service.Options
-
- Enclosing class:
- Service
public static class Service.Options extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Service.OptionsDEFAULT
-
Constructor Summary
Constructors Constructor Description Options(java.util.concurrent.Executor executor)You can run on virtual threads by using the executorExecutors.newVirtualThreadPerTaskExecutor().
-
-
-
Field Detail
-
DEFAULT
public static final Service.Options DEFAULT
-
-