Uses of Class
com.attivio.sdk.esb.AbstractPlatformMessage
-
Packages that use AbstractPlatformMessage Package Description com.attivio.client.streaming Contains client code for streaming search results.com.attivio.sdk.admin Contains classes that represent administrative messages that flow between components and Attivio Servers.com.attivio.sdk.esb com.attivio.sdk.ingest com.attivio.sdk.search com.attivio.sdk.security -
-
Uses of AbstractPlatformMessage in com.attivio.client.streaming
Subclasses of AbstractPlatformMessage in com.attivio.client.streaming Modifier and Type Class Description class
StreamResponse
-
Uses of AbstractPlatformMessage in com.attivio.sdk.admin
Subclasses of AbstractPlatformMessage in com.attivio.sdk.admin Modifier and Type Class Description class
AdminMessage
Base class for all messages intended for the admin serviceclass
Ping
A message sent to an AdminService to see if it is listening for messages.class
PingResponse
A message sent in response to aPing
message.class
Shutdown
Sent to tell the AdminService to shutdown this instance of Attivio.class
ShutdownImmediately
Sent to tell the AdminService to shutdown this instance of Attivio quickly without waiting for in-flight documents to pass through the system. -
Uses of AbstractPlatformMessage in com.attivio.sdk.esb
Subclasses of AbstractPlatformMessage in com.attivio.sdk.esb Modifier and Type Class Description class
CgiRequest
Message that represents a request via CGI on a HTTP receiver.class
ExceptionResponse
Response containing an Exception.class
ProcessingResultMessage
Class used for transmittingProcessingResult
s across JVM boundaries.class
PropertiesMessage
Properties messages contain a set of properties to be delivered to a component.class
StringMessage
A simple PlatformMessage that holds a string.Methods in com.attivio.sdk.esb that return AbstractPlatformMessage Modifier and Type Method Description AbstractPlatformMessage
AbstractPlatformMessage. clone()
Clones the object and resets message ID to -1. -
Uses of AbstractPlatformMessage in com.attivio.sdk.ingest
Subclasses of AbstractPlatformMessage in com.attivio.sdk.ingest Modifier and Type Class Description class
AbstractIndexMessage
Base class for IndexMessages which are notDocumentList
.class
Backup
Message used to initiate an index backup.class
BulkUpdate
Message that applies a "template" document to multiple document ids.class
Commit
Signifies that the index or other underlying data store should commit currently held documents to disk.class
Optimize
Represents an 'optimize' index message. -
Uses of AbstractPlatformMessage in com.attivio.sdk.search
Subclasses of AbstractPlatformMessage in com.attivio.sdk.search Modifier and Type Class Description class
QueryRequest
Represents a search query and all associated meta data about the query such as sorting, faceting, linguistic options, etc.class
QueryResponse
QueryResponse contains the response to aQueryRequest
. -
Uses of AbstractPlatformMessage in com.attivio.sdk.security
Subclasses of AbstractPlatformMessage in com.attivio.sdk.security Modifier and Type Class Description class
AuthenticationRequest
PlatformMessage for authenticationclass
AuthenticationResponse
PlatformMessage for returning AuthenticationRequest's response.
-