Uses of Interface
io.helidon.servicecommon.restcdi.HelidonInterceptor
-
Packages that use HelidonInterceptor Package Description io.helidon.servicecommon.restcdi General-purpose reusable artifacts to help write CDI extensions, annotation processing, and interceptors for Helidon services. -
-
Uses of HelidonInterceptor in io.helidon.servicecommon.restcdi
Subinterfaces of HelidonInterceptor in io.helidon.servicecommon.restcdi Modifier and Type Interface Description static interface
HelidonInterceptor.WithPostCompletion<W>
Common behavior among interceptors with both pre-invocation and post-completion behavior.Classes in io.helidon.servicecommon.restcdi that implement HelidonInterceptor Modifier and Type Class Description static class
HelidonInterceptor.Base<W>
HelidonInterceptor
implementation providing as much logic as possible.
-