Package overit.geocall.event.model
Class MessageResult
java.lang.Object
overit.geocall.event.model.MessageResult
Represents the result of a message sending, including its state, result object,
and additional metadata such as message ID and type of the result.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration representing the possible states of a message result. -
Constructor Summary
ConstructorsConstructorDescriptionMessageResult(String id, MessageResult.State state, Object resultObject, Class<?> typeResult) -
Method Summary
-
Constructor Details
-
MessageResult
public MessageResult(String id, MessageResult.State state, Object resultObject, Class<?> typeResult)
-
-
Method Details