Class HandlerDistributor
- java.lang.Object
-
- de.quantummaid.httpmaid.handler.distribution.HandlerDistributor
-
public final class HandlerDistributor extends Object
-
-
Constructor Summary
Constructors Constructor Description HandlerDistributor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(DistributableHandler handler)List<DistributableHandler>distributeAndProvideFollowUps(DistributableHandler handler)static HandlerDistributorhandlerDistributor(Predicate<DistributableHandler> predicate, DistributerAndFollowUps distributerAndFollowUps)
-
-
-
Method Detail
-
handlerDistributor
public static HandlerDistributor handlerDistributor(Predicate<DistributableHandler> predicate, DistributerAndFollowUps distributerAndFollowUps)
-
appliesTo
public boolean appliesTo(DistributableHandler handler)
-
distributeAndProvideFollowUps
public List<DistributableHandler> distributeAndProvideFollowUps(DistributableHandler handler)
-
-