Package io.trino.plugin.httpquery
Class HttpEventListenerPlugin
- java.lang.Object
-
- io.trino.plugin.httpquery.HttpEventListenerPlugin
-
-
Constructor Summary
Constructors Constructor Description HttpEventListenerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<EventListenerFactory>getEventListenerFactories()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.Plugin
getBlockEncodings, getCertificateAuthenticatorFactories, getConnectorFactories, getExchangeManagerFactories, getFunctions, getGroupProviderFactories, getHeaderAuthenticatorFactories, getParametricTypes, getPasswordAuthenticatorFactories, getResourceGroupConfigurationManagerFactories, getSessionPropertyConfigurationManagerFactories, getSystemAccessControlFactories, getTypes
-
-
-
-
Method Detail
-
getEventListenerFactories
public Iterable<EventListenerFactory> getEventListenerFactories()
- Specified by:
getEventListenerFactoriesin interfacePlugin
-
-