Uses of Interface
org.apache.activemq.artemis.core.server.Divert
-
-
Uses of Divert in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type Divert Constructor Description DivertControlImpl(Divert divert, StorageManager storageManager, String internalNamingPrefix) -
Uses of Divert in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return Divert Modifier and Type Method Description DivertDivertBinding. getDivert()Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type Divert Constructor Description DivertBinding(long id, SimpleString address, Divert divert) -
Uses of Divert in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return Divert Modifier and Type Method Description DivertActiveMQServer. deployDivert(DivertConfiguration config)DivertActiveMQServer. updateDivert(DivertConfiguration config) -
Uses of Divert in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement Divert Modifier and Type Class Description classDivertImplA DivertImpl simply diverts a message to a different forwardAddressMethods in org.apache.activemq.artemis.core.server.impl that return Divert Modifier and Type Method Description DivertActiveMQServerImpl. deployDivert(DivertConfiguration config)DivertActiveMQServerImpl. updateDivert(DivertConfiguration config) -
Uses of Divert in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type Divert Modifier and Type Method Description voidManagementService. registerDivert(Divert divert) -
Uses of Divert in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type Divert Modifier and Type Method Description voidManagementServiceImpl. registerDivert(Divert divert)
-