Uses of Class
org.apache.activemq.artemis.core.server.RoutingContext.MirrorOption
-
Packages that use RoutingContext.MirrorOption Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of RoutingContext.MirrorOption in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return RoutingContext.MirrorOption Modifier and Type Method Description RoutingContext.MirrorOptionRoutingContext. getMirrorOption()static RoutingContext.MirrorOptionRoutingContext.MirrorOption. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingContext.MirrorOption[]RoutingContext.MirrorOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.server with parameters of type RoutingContext.MirrorOption Modifier and Type Method Description RoutingContextRoutingContext. setMirrorOption(RoutingContext.MirrorOption option) -
Uses of RoutingContext.MirrorOption in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return RoutingContext.MirrorOption Modifier and Type Method Description RoutingContext.MirrorOptionRoutingContextImpl. getMirrorOption()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type RoutingContext.MirrorOption Modifier and Type Method Description RoutingContextImplRoutingContextImpl. setMirrorOption(RoutingContext.MirrorOption mirrorOption)
-