Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedConnector
Packages that use PersistedConnector
Package
Description
-
Uses of PersistedConnector in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return types with arguments of type PersistedConnectorMethods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedConnectorModifier and TypeMethodDescriptionvoidStorageManager.storeConnector(PersistedConnector persistedConnector) -
Uses of PersistedConnector in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal with type parameters of type PersistedConnectorModifier and TypeFieldDescriptionprotected final Map<String,PersistedConnector> AbstractJournalStorageManager.mapPersistedConnectorsMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedConnectorMethods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedConnectorModifier and TypeMethodDescriptionvoidAbstractJournalStorageManager.storeConnector(PersistedConnector persistedConnector) -
Uses of PersistedConnector in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm that return types with arguments of type PersistedConnectorMethods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedConnectorModifier and TypeMethodDescriptionvoidNullStorageManager.storeConnector(PersistedConnector persistedConnector)