Record Class AgentInvocationContextBuilderImpl.EventCompletionData
java.lang.Object
java.lang.Record
com.flowable.agent.engine.impl.runtime.invocation.AgentInvocationContextBuilderImpl.EventCompletionData
- Enclosing class:
AgentInvocationContextBuilderImpl
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEventCompletionData(String eventDefinitionKey, String eventCorrelationKey) Creates an instance of aEventCompletionDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theeventCorrelationKeyrecord component.Returns the value of theeventDefinitionKeyrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
EventCompletionData
Creates an instance of aEventCompletionDatarecord class.- Parameters:
eventDefinitionKey- the value for theeventDefinitionKeyrecord componenteventCorrelationKey- the value for theeventCorrelationKeyrecord component
-
-
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). -
eventDefinitionKey
Returns the value of theeventDefinitionKeyrecord component.- Returns:
- the value of the
eventDefinitionKeyrecord component
-
eventCorrelationKey
Returns the value of theeventCorrelationKeyrecord component.- Returns:
- the value of the
eventCorrelationKeyrecord component
-