Package com.attivio.client.streaming
Class StreamResponse
- java.lang.Object
-
- com.attivio.sdk.esb.AbstractPlatformMessage
-
- com.attivio.client.streaming.StreamResponse
-
- All Implemented Interfaces:
PlatformMessage
,java.io.Serializable
,java.lang.Cloneable
public class StreamResponse extends AbstractPlatformMessage
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.attivio.sdk.esb.PlatformMessage
DEFAULT_MAX_LOG_LENGTH, MESSAGE_DROPPED, MESSAGE_SEND_TIME_PROP, PROP_MAX_LOG_LENGTH
-
-
Constructor Summary
Constructors Constructor Description StreamResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.net.URI
getConnectUri()
java.lang.String
getGuid()
int
hashCode()
void
setConnectUri(java.net.URI value)
void
setGuid(java.lang.String guid)
java.lang.String
toString()
-
Methods inherited from class com.attivio.sdk.esb.AbstractPlatformMessage
addMessageHistory, addMessageHistory, clone, getClientId, getEstimatedSize, getMessageHistory, getMessageId, getMetadata, getProperty, getProperty, getProperty, getProperty, getProperty, getProperty, getWorkflowQueue, getWorkflowQueue, hasProperty, isRedelivered, removeProperty, removeWorkflowQueue, setClientId, setMessageId, setProperty, setRedelivered, setWorkflowQueue, setWorkflowQueue, toMessageString, toString, toString, toString, toString, toString, toString, toString, toString, toString
-
-
-
-
Method Detail
-
getGuid
public java.lang.String getGuid()
-
setGuid
public void setGuid(java.lang.String guid)
-
getConnectUri
public java.net.URI getConnectUri()
-
setConnectUri
public void setConnectUri(java.net.URI value)
-
toString
public java.lang.String toString()
Description copied from class:AbstractPlatformMessage
- Overrides:
toString
in classAbstractPlatformMessage
-
hashCode
public int hashCode()
Description copied from class:AbstractPlatformMessage
- Overrides:
hashCode
in classAbstractPlatformMessage
-
equals
public boolean equals(java.lang.Object other)
Description copied from class:AbstractPlatformMessage
- Overrides:
equals
in classAbstractPlatformMessage
-
-