Uses of Class
de.quantummaid.httpmaid.handler.distribution.DistributableHandler
-
Packages that use DistributableHandler Package Description de.quantummaid.httpmaid.handler.distribution -
-
Uses of DistributableHandler in de.quantummaid.httpmaid.handler.distribution
Methods in de.quantummaid.httpmaid.handler.distribution that return DistributableHandler Modifier and Type Method Description static DistributableHandlerDistributableHandler. distributableHandler(GenerationCondition condition, Object handler, List<PerRouteConfigurator> perRouteConfigurators)Methods in de.quantummaid.httpmaid.handler.distribution that return types with arguments of type DistributableHandler Modifier and Type Method Description List<DistributableHandler>DistributerAndFollowUps. distribute(DistributableHandler distributableHandler)List<DistributableHandler>HandlerDistributor. distributeAndProvideFollowUps(DistributableHandler handler)Methods in de.quantummaid.httpmaid.handler.distribution with parameters of type DistributableHandler Modifier and Type Method Description booleanHandlerDistributor. appliesTo(DistributableHandler handler)List<DistributableHandler>DistributerAndFollowUps. distribute(DistributableHandler distributableHandler)voidHandlerDistributors. distribute(DistributableHandler handler, DependencyRegistry dependencyRegistry)List<DistributableHandler>HandlerDistributor. distributeAndProvideFollowUps(DistributableHandler handler)Method parameters in de.quantummaid.httpmaid.handler.distribution with type arguments of type DistributableHandler Modifier and Type Method Description static HandlerDistributorHandlerDistributor. handlerDistributor(Predicate<DistributableHandler> predicate, DistributerAndFollowUps distributerAndFollowUps)voidHandlerDistributors. register(Predicate<DistributableHandler> predicate, DistributerAndFollowUps handlerConsumer)
-