Package io.trino.plugin.httpquery
Class HttpEventListenerFactory
- java.lang.Object
-
- io.trino.plugin.httpquery.HttpEventListenerFactory
-
- All Implemented Interfaces:
EventListenerFactory
public class HttpEventListenerFactory extends Object implements EventListenerFactory
-
-
Constructor Summary
Constructors Constructor Description HttpEventListenerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventListenercreate(Map<String,String> config)StringgetName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceEventListenerFactory
-
create
public EventListener create(Map<String,String> config)
- Specified by:
createin interfaceEventListenerFactory
-
-