public class BootstrapContext<T extends BootstrapContext> extends Object
| Constructor and Description |
|---|
BootstrapContext(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
name()
The name of the BootstrapContext
|
T |
name(String value)
The name of the BootstrapContext
|
String |
workmanager()
The WorkManager instance for the BootstrapContext
|
T |
workmanager(String value)
The WorkManager instance for the BootstrapContext
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.