@FunctionalInterface public interface RequestRunnable
Endpoint
.Modifier and Type | Method and Description |
---|---|
void |
run(BiConsumer<OngoingRequest,RuleMatch<Endpoint>> matchContinuation)
Do the matching and hand over the match to the given continuation
BiConsumer . |
void run(BiConsumer<OngoingRequest,RuleMatch<Endpoint>> matchContinuation)
BiConsumer
.matchContinuation
- The continuation that should process the matchCopyright © 2016. All rights reserved.