Uses of Interface
org.apache.activemq.artemis.core.server.mirror.MirrorController
-
-
Uses of MirrorController in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return MirrorController Modifier and Type Method Description MirrorControllerPostOffice. getMirrorControlSource()Methods in org.apache.activemq.artemis.core.postoffice with parameters of type MirrorController Modifier and Type Method Description voidAddressManager. scanAddresses(MirrorController mirrorController)default voidPostOffice. scanAddresses(MirrorController mirrorController)PostOfficePostOffice. 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 MirrorController Modifier and Type Method Description MirrorControllerPostOfficeImpl. getMirrorControlSource()Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type MirrorController Modifier and Type Method Description voidPostOfficeImpl. scanAddresses(MirrorController mirrorController)voidSimpleAddressManager. scanAddresses(MirrorController mirrorController)PostOfficeImplPostOfficeImpl. setMirrorControlSource(MirrorController mirrorControllerSource) -
Uses of MirrorController in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return MirrorController Modifier and Type Method Description MirrorControllerActiveMQServer. getMirrorController()MirrorControllerRoutingContext. getMirrorSource()Methods in org.apache.activemq.artemis.core.server with parameters of type MirrorController Modifier and Type Method Description voidActiveMQServer. installMirrorController(MirrorController mirrorController)voidActiveMQServer. scanAddresses(MirrorController mirrorController)This method will scan all queues and addresses.RoutingContextRoutingContext. 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 MirrorController Modifier and Type Method Description MirrorControllerActiveMQServerImpl. getMirrorController()MirrorControllerRoutingContextImpl. getMirrorSource()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type MirrorController Modifier and Type Method Description voidActiveMQServerImpl. installMirrorController(MirrorController mirrorController)voidActiveMQServerImpl. scanAddresses(MirrorController mirrorController)RoutingContextRoutingContextImpl. setMirrorSource(MirrorController mirrorController)
-