Uses of Interface
com.hybris.backoffice.cockpitng.util.BackofficeThreadRequestAttributes
-
Packages that use BackofficeThreadRequestAttributes Package Description com.hybris.backoffice.cockpitng.util com.hybris.backoffice.cockpitng.util.impl -
-
Uses of BackofficeThreadRequestAttributes in com.hybris.backoffice.cockpitng.util
Methods in com.hybris.backoffice.cockpitng.util that return types with arguments of type BackofficeThreadRequestAttributes Modifier and Type Method Description protected java.util.List<BackofficeThreadRequestAttributes>BackofficeThreadContextCreator. getAttributes()Methods in com.hybris.backoffice.cockpitng.util with parameters of type BackofficeThreadRequestAttributes Modifier and Type Method Description protected java.util.stream.Stream<org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.Object>>BackofficeThreadContextCreator. getAttributesToCopy(javax.servlet.http.HttpServletRequest request, BackofficeThreadRequestAttributes attributesProvider)Method parameters in com.hybris.backoffice.cockpitng.util with type arguments of type BackofficeThreadRequestAttributes Modifier and Type Method Description voidBackofficeThreadContextCreator. setAttributes(java.util.List<BackofficeThreadRequestAttributes> attributes) -
Uses of BackofficeThreadRequestAttributes in com.hybris.backoffice.cockpitng.util.impl
Classes in com.hybris.backoffice.cockpitng.util.impl that implement BackofficeThreadRequestAttributes Modifier and Type Class Description classRequestIdOperationContextAttributesA request operation context manager that assures that request id is copied toBackofficeThreadContextCreatorexecutors.
-