Class ArtemisNoOpBindingRegistry

  • All Implemented Interfaces:
    org.apache.activemq.artemis.spi.core.naming.BindingRegistry

    public class ArtemisNoOpBindingRegistry
    extends Object
    implements org.apache.activemq.artemis.spi.core.naming.BindingRegistry
    A no-op implementation of the BindingRegistry.
    Since:
    1.3.0
    • Method Detail

      • lookup

        public Object lookup​(String s)
        Specified by:
        lookup in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry
      • bind

        public boolean bind​(String s,
                            Object o)
        Specified by:
        bind in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry
      • unbind

        public void unbind​(String s)
        Specified by:
        unbind in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry
      • close

        public void close()
        Specified by:
        close in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry