Class HistoryRecipientNotRemovedEvent
java.lang.Object
com.totvs.tjf.communication.sdk.events.CommandNotExecutedEvent
com.totvs.tjf.communication.sdk.events.history.HistoryRecipientNotRemovedEvent
- All Implemented Interfaces:
SmartTalkEvent
,Publisher
,com.totvs.tjf.core.common.domain.DomainEvent
,com.totvs.tjf.core.common.domain.DomainObject
public class HistoryRecipientNotRemovedEvent
extends CommandNotExecutedEvent
implements SmartTalkEvent, Publisher
Event executed when an error occurred while deleting a history recipient.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.totvs.tjf.communication.sdk.events.CommandNotExecutedEvent
CommandNotExecutedEvent.Errors
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHistoryRecipientNotRemovedEvent
(String historyId, String code, MessageType type, String address, List<CommandNotExecutedEvent.Errors> errors) -
Method Summary
Methods inherited from class com.totvs.tjf.communication.sdk.events.CommandNotExecutedEvent
getErrors
-
Field Details
-
CONDITIONAL_EXPRESSION
- See Also:
-
-
Constructor Details
-
HistoryRecipientNotRemovedEvent
public HistoryRecipientNotRemovedEvent(String historyId, String code, MessageType type, String address, List<CommandNotExecutedEvent.Errors> errors)
-
-
Method Details
-
getHistoryId
-
getCode
-
getType
-
getAddress
-
equals
- Overrides:
equals
in classCommandNotExecutedEvent
-
canEqual
- Overrides:
canEqual
in classCommandNotExecutedEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCommandNotExecutedEvent
-
toString
- Overrides:
toString
in classCommandNotExecutedEvent
-