@ConfigRoot(phase=RUN_TIME) public class LambdaConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Optional<String> |
handler
The handler name.
|
| Constructor and Description |
|---|
LambdaConfig() |
@ConfigItem Optional<String> handler
@javax.inject.Named annotation.
If this name is unspecified and there is exactly one unnamed implementation of
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.Copyright © 2019 JBoss by Red Hat. All rights reserved.