@FunctionalInterface public interface DecoratingServiceFunction<I extends Request,O extends Response>
SimpleDecoratingService
with
Service.decorate(DecoratingServiceFunction)
.Modifier and Type | Method and Description |
---|---|
O |
serve(Service<I,O> delegate,
ServiceRequestContext ctx,
I req)
Serves an incoming
Request . |
© Copyright 2015–2017 LINE Corporation. All rights reserved.