Uses of Interface
org.apache.activemq.artemis.core.server.mirror.MirrorController
Packages that use MirrorController
Package
Description
-
Uses of MirrorController in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return MirrorControllerMethods in org.apache.activemq.artemis.core.postoffice with parameters of type MirrorControllerModifier and TypeMethodDescriptionvoidAddressManager.scanAddresses(MirrorController mirrorController) default voidPostOffice.scanAddresses(MirrorController mirrorController) PostOffice.setMirrorControlSource(MirrorController mirrorControllerSource) -
Uses of MirrorController in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return MirrorControllerMethods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type MirrorControllerModifier and TypeMethodDescriptionvoidPostOfficeImpl.scanAddresses(MirrorController mirrorController) voidSimpleAddressManager.scanAddresses(MirrorController mirrorController) PostOfficeImpl.setMirrorControlSource(MirrorController mirrorControllerSource) -
Uses of MirrorController in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return MirrorControllerModifier and TypeMethodDescriptionActiveMQServer.getMirrorController()RoutingContext.getMirrorSource()Methods in org.apache.activemq.artemis.core.server with parameters of type MirrorControllerModifier and TypeMethodDescriptionvoidActiveMQServer.installMirrorController(MirrorController mirrorController) voidActiveMQServer.scanAddresses(MirrorController mirrorController) This method will scan all queues and addresses. it is supposed to be called before the mirrorController is startedRoutingContext.setMirrorSource(MirrorController mirrorController) -
Uses of MirrorController in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return MirrorControllerModifier and TypeMethodDescriptionActiveMQServerImpl.getMirrorController()RoutingContextImpl.getMirrorSource()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type MirrorControllerModifier and TypeMethodDescriptionvoidActiveMQServerImpl.installMirrorController(MirrorController mirrorController) voidActiveMQServerImpl.scanAddresses(MirrorController mirrorController) RoutingContextImpl.setMirrorSource(MirrorController mirrorController)