Interface BucketContentFactorySupplier<ST extends AbstractWorkSegmentationType,CF extends BucketContentFactory>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface BucketContentFactorySupplier<ST extends AbstractWorkSegmentationType,CF extends BucketContentFactory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CF
supply(ST segmentationConfig, @Nullable ImplicitSegmentationResolver implicitSegmentationResolver)
Creates bucket content factory with a given segmentation config in given context.
-
-
-
Method Detail
-
supply
@NotNull CF supply(ST segmentationConfig, @Nullable @Nullable ImplicitSegmentationResolver implicitSegmentationResolver)
Creates bucket content factory with a given segmentation config in given context. The context is currently taken into account only for implicit segmentation configuration.
-
-