Class HTTPForwardConfiguration
- java.lang.Object
-
- org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardConfiguration
-
- All Implemented Interfaces:
Configuration
public class HTTPForwardConfiguration extends java.lang.Object implements Configuration
-
-
Constructor Summary
Constructors Constructor Description HTTPForwardConfiguration(java.lang.String endpoint, boolean stopIfException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckConfig()java.lang.StringgetEndpoint()booleanisStopIfException()
-
-
-
Method Detail
-
checkConfig
public void checkConfig() throws SinkException- Throws:
SinkException
-
isStopIfException
public boolean isStopIfException()
-
getEndpoint
public java.lang.String getEndpoint()
-
-