Record Class JdbcCrawlManager.JdbcDispatch
java.lang.Object
java.lang.Record
ai.pipestream.module.pipelineprobe.pipelinecrawl.JdbcCrawlManager.JdbcDispatch
- Record Components:
triggerId- the connector's trigger UUID, also stamped as thecrawl_idon every dispatched PipeStreamcrawlName- the crawl-definition name the connector now has registered
- Enclosing class:
JdbcCrawlManager
public static record JdbcCrawlManager.JdbcDispatch(String triggerId, String crawlName)
extends Record
Result of
JdbcCrawlManager.setupAndTrigger(String, String, String, JdbcSourceConfig): the connector's triggerId (also
the crawl_id on every dispatched PipeStream) and the crawlName
the connector now has registered.-
Constructor Summary
ConstructorsConstructorDescriptionJdbcDispatch(String triggerId, String crawlName) Creates an instance of aJdbcDispatchrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecrawlNamerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Returns the value of thetriggerIdrecord component.
-
Constructor Details
-
JdbcDispatch
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
triggerId
-
crawlName
-