@Authors(value="Nikolche Mihajlovski") @Since(value="2.5.0") public class WithContext extends RapidoidThing
Constructor and Description |
---|
WithContext() |
Modifier and Type | Method and Description |
---|---|
Object |
exchange() |
WithContext |
exchange(Object exchange) |
Map<String,Object> |
extras() |
WithContext |
extras(Map<String,Object> extras) |
Object |
persister() |
WithContext |
persister(Object persister) |
Set<String> |
roles() |
WithContext |
roles(Set<String> roles) |
void |
run(Runnable action) |
String |
tag() |
WithContext |
tag(String tag) |
String |
username() |
WithContext |
username(String username) |
public String tag()
public WithContext tag(String tag)
public WithContext username(String username)
public String username()
public WithContext roles(Set<String> roles)
public WithContext persister(Object persister)
public Object persister()
public WithContext exchange(Object exchange)
public Object exchange()
public WithContext extras(Map<String,Object> extras)
public void run(Runnable action)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.