public class SuspendInjector extends Object implements ValueInjector
Constructor and Description |
---|
SuspendInjector(long suspend,
Class type) |
Modifier and Type | Method and Description |
---|---|
Object |
inject()
Inject outside the context of an HTTP request.
|
Object |
inject(HttpRequest request,
HttpResponse response)
Inject inside the context of an HTTP request.
|
public SuspendInjector(long suspend, Class type)
public Object inject()
ValueInjector
inject
in interface ValueInjector
public Object inject(HttpRequest request, HttpResponse response)
ValueInjector
inject
in interface ValueInjector
Copyright © 2015. All Rights Reserved.