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