Uses of Interface
jakarta.resource.spi.endpoint.MessageEndpointFactory
Packages that use MessageEndpointFactory
Package
Description
The jakarta.resource.spi package contains APIs for the system
contracts defined in the Jakarta Connectors specification.
-
Uses of MessageEndpointFactory in jakarta.resource.spi
Methods in jakarta.resource.spi with parameters of type MessageEndpointFactoryModifier and TypeMethodDescriptionvoidResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called during the activation of a message endpoint.voidResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called when a message endpoint is deactivated. -
Uses of MessageEndpointFactory in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra with parameters of type MessageEndpointFactoryModifier and TypeMethodDescriptionvoidActiveMQResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called during the activation of a message endpoint.voidActiveMQResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called when a message endpoint is deactivated. -
Uses of MessageEndpointFactory in org.apache.activemq.artemis.ra.inflow
Methods in org.apache.activemq.artemis.ra.inflow that return MessageEndpointFactoryConstructors in org.apache.activemq.artemis.ra.inflow with parameters of type MessageEndpointFactoryModifierConstructorDescriptionActiveMQActivation(ActiveMQResourceAdapter ra, MessageEndpointFactory endpointFactory, ActiveMQActivationSpec spec) Constructor