Package io.camunda.client.api.command
Interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep5
- All Known Implementing Classes:
CreateAgentHistoryItemCommandImpl
- Enclosing interface:
CreateAgentHistoryItemCommandStep1
public static interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep5
-
Method Summary
Modifier and TypeMethodDescriptionproducedAt(OffsetDateTime producedAt) Sets the connector-side timestamp when this message was produced.
-
Method Details
-
producedAt
CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStep producedAt(OffsetDateTime producedAt) Sets the connector-side timestamp when this message was produced.- Parameters:
producedAt- the production timestamp. Must not be null.- Returns:
- this builder for method chaining
-