Uses of Interface
io.helidon.messaging.MessagingEntryPoint.Handler
Packages that use MessagingEntryPoint.Handler
-
Uses of MessagingEntryPoint.Handler in io.helidon.messaging
Methods in io.helidon.messaging that return MessagingEntryPoint.HandlerModifier and TypeMethodDescription<T> MessagingEntryPoint.Handler<T> MessagingEntryPoint.EntryPoints.handler(ServiceDescriptor<?> descriptor, List<Annotation> typeAnnotations, TypedElementInfo methodInfo, MessagingEntryPoint.Handler<T> actualHandler) Create an intercepted handler for an original service method.Methods in io.helidon.messaging with parameters of type MessagingEntryPoint.HandlerModifier and TypeMethodDescription<T> MessagingEntryPoint.Handler<T> MessagingEntryPoint.EntryPoints.handler(ServiceDescriptor<?> descriptor, List<Annotation> typeAnnotations, TypedElementInfo methodInfo, MessagingEntryPoint.Handler<T> actualHandler) Create an intercepted handler for an original service method.