Class ConversationEndDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.transport.client.messaging.ConversationEndDTO

public class ConversationEndDTO extends com.google.gwt.core.client.JavaScriptObject
Payload sent by the server whenever there are no more messages to send for a given conversation.
  • Constructor Details

    • ConversationEndDTO

      protected ConversationEndDTO()
  • Method Details

    • getConversationId

      public final int getConversationId()
    • wasSuccessful

      public final boolean wasSuccessful()
    • getError

      public final String getError()
    • getMetadata

      public final com.google.gwt.core.client.JavaScriptObject getMetadata()
    • hasMetadata

      public final boolean hasMetadata()