Subject implementations from accepting a FailureStrategy to accepting a FailureMetadata, you'll switch their CustomSubjectBuilder to start using FailureMetadata, too, and so you'll switch to
creating it with CustomSubjectBuilder.Factory instead of CustomSubjectBuilderFactory.@Deprecated public interface CustomSubjectBuilderFactory<CustomSubjectBuilderT extends CustomSubjectBuilder>
| Modifier and Type | Method and Description |
|---|---|
CustomSubjectBuilderT |
createSubjectBuilder(FailureStrategy failureStrategy)
Deprecated.
Creates a new
CustomSubjectBuilder of the appropriate type. |
CustomSubjectBuilderT createSubjectBuilder(FailureStrategy failureStrategy)
CustomSubjectBuilder of the appropriate type.Copyright © 2017. All rights reserved.