public final class HTTPEventAdapter extends Object implements org.wso2.carbon.event.input.adapter.core.InputEventAdapter
Modifier and Type | Field and Description |
---|---|
static ExecutorService |
executorService |
Constructor and Description |
---|
HTTPEventAdapter(org.wso2.carbon.event.input.adapter.core.InputEventAdapterConfiguration eventAdapterConfiguration,
Map<String,String> globalProperties) |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
destroy() |
void |
disconnect() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
init(org.wso2.carbon.event.input.adapter.core.InputEventAdapterListener eventAdaptorListener) |
boolean |
isEventDuplicatedInCluster() |
boolean |
isPolling() |
void |
testConnect() |
public static ExecutorService executorService
public void init(org.wso2.carbon.event.input.adapter.core.InputEventAdapterListener eventAdaptorListener) throws org.wso2.carbon.event.input.adapter.core.exception.InputEventAdapterException
init
in interface org.wso2.carbon.event.input.adapter.core.InputEventAdapter
org.wso2.carbon.event.input.adapter.core.exception.InputEventAdapterException
public void testConnect() throws org.wso2.carbon.event.input.adapter.core.exception.TestConnectionNotSupportedException
testConnect
in interface org.wso2.carbon.event.input.adapter.core.InputEventAdapter
org.wso2.carbon.event.input.adapter.core.exception.TestConnectionNotSupportedException
public void connect()
connect
in interface org.wso2.carbon.event.input.adapter.core.InputEventAdapter
public void disconnect()
disconnect
in interface org.wso2.carbon.event.input.adapter.core.InputEventAdapter
public void destroy()
destroy
in interface org.wso2.carbon.event.input.adapter.core.InputEventAdapter
public boolean isEventDuplicatedInCluster()
isEventDuplicatedInCluster
in interface org.wso2.carbon.event.input.adapter.core.InputEventAdapter
public boolean isPolling()
isPolling
in interface org.wso2.carbon.event.input.adapter.core.InputEventAdapter
Copyright © 2017 WSO2. All rights reserved.