Class TopicDistributionModule

  • All Implemented Interfaces:
    DynamicConfiguration, Binder

    public class TopicDistributionModule
    extends AbstractBinder
    This module can be used to enable the default HK2 implementation of Topic distribution. This module is NOT idempotent
    Author:
    jwells
    • Constructor Detail

      • TopicDistributionModule

        public TopicDistributionModule()
    • Method Detail

      • configure

        protected void configure()
        Description copied from class: AbstractBinder
        Implement to provide binding definitions using the exposed binding methods.
        Specified by:
        configure in class AbstractBinder