Uses of Interface
io.helidon.messaging.ConsumerRegistration
Packages that use ConsumerRegistration
-
Uses of ConsumerRegistration in io.helidon.messaging
Subinterfaces of ConsumerRegistration in io.helidon.messagingModifier and TypeInterfaceDescriptioninterfaceGenerated registration for a synchronous one-to-one message processor.Methods in io.helidon.messaging that return types with arguments of type ConsumerRegistrationModifier and TypeMethodDescriptionMessagingConfig.BuilderBase.consumerRegistrations()Consumer and processor registrations contributing channel outputs.MessagingConfig.consumerRegistrations()Consumer and processor registrations contributing channel outputs.Methods in io.helidon.messaging with parameters of type ConsumerRegistrationModifier and TypeMethodDescriptionMessagingConfig.BuilderBase.addConsumerRegistration(ConsumerRegistration consumerRegistration) Consumer and processor registrations contributing channel outputs.Method parameters in io.helidon.messaging with type arguments of type ConsumerRegistrationModifier and TypeMethodDescriptionMessagingConfig.BuilderBase.addConsumerRegistrations(List<? extends ConsumerRegistration> consumerRegistrations) Consumer and processor registrations contributing channel outputs.MessagingConfig.BuilderBase.consumerRegistrations(List<? extends ConsumerRegistration> consumerRegistrations) Consumer and processor registrations contributing channel outputs.