Class PullListener
java.lang.Object
com.tremolosecurity.provisioning.core.UnisonMessageListener
com.tremolosecurity.prometheus.aggregate.PullListener
- All Implemented Interfaces:
jakarta.jms.MessageListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ConfigManager cfg, HashMap<String, Attribute> attributes) boolean
void
onMessage
(ConfigManager cfg, Object payload, jakarta.jms.Message msg) Methods inherited from class com.tremolosecurity.provisioning.core.UnisonMessageListener
onMessage, setListenerSession
-
Constructor Details
-
PullListener
public PullListener()
-
-
Method Details
-
init
public void init(ConfigManager cfg, HashMap<String, Attribute> attributes) throws ProvisioningException- Specified by:
init
in classUnisonMessageListener
- Throws:
ProvisioningException
-
onMessage
public void onMessage(ConfigManager cfg, Object payload, jakarta.jms.Message msg) throws ProvisioningException - Specified by:
onMessage
in classUnisonMessageListener
- Throws:
ProvisioningException
-
isEncrypted
public boolean isEncrypted()- Overrides:
isEncrypted
in classUnisonMessageListener
-
getJMSSession
-