You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation.
886
+
887
+
If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation. If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-all-config[icon:question-circle[title=More information about the Duration format]]
14475
+
|`+++5M+++`
14476
+
14477
+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in[`quarkus.oidc.devservices.id-token-expires-in`]##
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-all-config[icon:question-circle[title=More information about the Duration format]]
14496
+
|`+++5M+++`
14497
+
14450
14498
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name[`quarkus.oidc.devservices.roles."role-name"`]##
Enables / Disables the usage of a separate interface/port to expose the management endpoints. If sets to `true`, the management endpoints will be exposed to a different HTTP server. This avoids exposing the management endpoints on a y available server(.
18528
+
Enables / Disables the usage of a separate interface/port to expose the management endpoints. If sets to `true`, the management endpoints will be exposed to a different HTTP server. This avoids exposing the management endpoints on a publicly available server.
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation.
61
+
62
+
If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation. If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation.
61
+
62
+
If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation. If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc[icon:question-circle[title=More information about the Duration format]]
50
+
|`+++5M+++`
51
+
52
+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in[`quarkus.oidc.devservices.id-token-expires-in`]##
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc[icon:question-circle[title=More information about the Duration format]]
71
+
|`+++5M+++`
72
+
31
73
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name[`quarkus.oidc.devservices.roles."role-name"`]##
To write duration values, use the standard `java.time.Duration` format.
104
+
See the link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html#parse(java.lang.CharSequence)[Duration#parse() Java API documentation] for more information.
105
+
106
+
You can also use a simplified format, starting with a number:
107
+
108
+
* If the value is only a number, it represents time in seconds.
109
+
* If the value is a number followed by `ms`, it represents time in milliseconds.
110
+
111
+
In other cases, the simplified format is translated to the `java.time.Duration` format for parsing:
112
+
113
+
* If the value is a number followed by `h`, `m`, or `s`, it is prefixed with `PT`.
114
+
* If the value is a number followed by `d`, it is prefixed with `P`.
0 commit comments