Package io.quarkus.grpc.runtime.config
Class InProcess
- java.lang.Object
-
- io.quarkus.grpc.runtime.config.InProcess
-
- All Implemented Interfaces:
Enabled
public class InProcess extends Object implements Enabled
In-process config * in-process usage
-
-
Constructor Summary
Constructors Constructor Description InProcess()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="false") public boolean enabled
Explicitly enable use of in-process.
-
name
@ConfigItem(defaultValue="quarkus-grpc") public String name
Set in-process name.
-
-