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