public static class AddInResponseToToResponse.DefaultRequestIdLookupStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,String>
Constructor and Description |
---|
DefaultRequestIdLookupStrategy()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
apply(ProfileRequestContext input) |
void |
setSuppressForBindings(Collection<String> bindings)
Set the collection of bindings to suppress the lookup of a request ID for.
|
public DefaultRequestIdLookupStrategy()
public void setSuppressForBindings(@Nonnull @NonnullElements Collection<String> bindings)
bindings
- collection of bindings@Nullable public String apply(@Nullable ProfileRequestContext input)
apply
in interface com.google.common.base.Function<ProfileRequestContext,String>
Copyright © 2016 JBoss by Red Hat. All rights reserved.