| Package | Description |
|---|---|
| org.rapidoid.ctx | |
| org.rapidoid.job |
| Modifier and Type | Method and Description |
|---|---|
WithContext |
WithContext.exchange(Object exchange) |
static WithContext |
With.exchange(Object exchange) |
WithContext |
WithContext.extras(Map<String,Object> extras) |
static WithContext |
With.extras(Map<String,Object> extras) |
WithContext |
WithContext.persister(Object persister) |
static WithContext |
With.persister(Object persister) |
WithContext |
WithContext.roles(Set<String> roles) |
static WithContext |
With.roles(Set<String> roles) |
WithContext |
WithContext.tag(String tag) |
static WithContext |
With.tag(String tag) |
WithContext |
WithContext.username(String username) |
static WithContext |
With.username(String username) |
| Modifier and Type | Method and Description |
|---|---|
static Ctx |
Ctxs.open(WithContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Jobs.executeInContext(WithContext context,
Runnable action) |
| Constructor and Description |
|---|
PredefinedContextJobWrapper(WithContext context,
Runnable job) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.