Uses of Class
org.apache.activemq.artemis.ra.inflow.ActiveMQActivationSpec
Packages that use ActiveMQActivationSpec
-
Uses of ActiveMQActivationSpec in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra with parameters of type ActiveMQActivationSpecModifier and TypeMethodDescriptionvoidActiveMQRALogger_impl.attemptingReconnect(ActiveMQActivationSpec spec) voidActiveMQRALogger.attemptingReconnect(ActiveMQActivationSpec spec) voidActiveMQRALogger_impl.errorReconnecting(ActiveMQActivationSpec spec, Throwable t) voidActiveMQRALogger.errorReconnecting(ActiveMQActivationSpec spec, Throwable t) voidActiveMQRALogger_impl.failureInActivation(ActiveMQActivationSpec spec, Throwable t) voidActiveMQRALogger.failureInActivation(ActiveMQActivationSpec spec, Throwable t) -
Uses of ActiveMQActivationSpec in org.apache.activemq.artemis.ra.inflow
Methods in org.apache.activemq.artemis.ra.inflow that return ActiveMQActivationSpecConstructors in org.apache.activemq.artemis.ra.inflow with parameters of type ActiveMQActivationSpecModifierConstructorDescriptionActiveMQActivation(ActiveMQResourceAdapter ra, MessageEndpointFactory endpointFactory, ActiveMQActivationSpec spec) Constructor