Package com.kenshoo.pl.entity
Class PLContext.Builder
- java.lang.Object
-
- com.kenshoo.pl.entity.PLContext.Builder
-
- Enclosing class:
- PLContext
public static class PLContext.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder(org.jooq.DSLContext dslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PLContextbuild()PLContext.BuilderwithAuditRecordPublisher(AuditRecordPublisher auditRecordPublisher)PLContext.BuilderwithFeaturePredicate(java.util.function.Predicate<Feature> featurePredicate)PLContext.BuilderwithRetryer(PersistenceLayerRetryer retryer)
-
-
-
Method Detail
-
withFeaturePredicate
public PLContext.Builder withFeaturePredicate(java.util.function.Predicate<Feature> featurePredicate)
-
withRetryer
public PLContext.Builder withRetryer(PersistenceLayerRetryer retryer)
-
withAuditRecordPublisher
public PLContext.Builder withAuditRecordPublisher(AuditRecordPublisher auditRecordPublisher)
-
build
public PLContext build()
-
-