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 Copyright 2019 Attivio Inc., All rights reserved.com.attivio.sdk.esb com.attivio.sdk.ingest com.attivio.sdk.search com.attivio.sdk.security com.attivio.sdk.transport -
-
Uses of AbstractPlatformMessage in com.attivio.client.streaming
Subclasses of AbstractPlatformMessage in com.attivio.client.streaming Modifier and Type Class Description classStreamResponse -
Uses of AbstractPlatformMessage in com.attivio.sdk.admin
Subclasses of AbstractPlatformMessage in com.attivio.sdk.admin Modifier and Type Class Description classAdminMessageBase class for all messages intended for the admin serviceclassPingA message sent to an AdminService to see if it is listening for messages.classPingResponseA message sent in response to aPingmessage.classShutdownSent to tell the AdminService to shutdown this instance of Attivio.classShutdownImmediatelySent 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 classCgiRequestMessage that represents a request via CGI on a HTTP receiver.classExceptionResponseResponse containing an Exception.classProcessingResultMessageClass used for transmittingProcessingResults across JVM boundaries.classPropertiesMessageProperties messages contain a set of properties to be delivered to a component.classStringMessageA simple PlatformMessage that holds a string.Methods in com.attivio.sdk.esb that return AbstractPlatformMessage Modifier and Type Method Description AbstractPlatformMessageAbstractPlatformMessage. 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 classAbstractIndexMessageBase class for IndexMessages which are notDocumentList.classBackupMessage used to initiate an index backup.classBulkUpdateMessage that applies a "template" document to multiple document ids.classCommitSignifies that the index or other underlying data store should commit currently held documents to disk.classOptimizeRepresents 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 classQueryRequestRepresents a search query and all associated meta data about the query such as sorting, faceting, linguistic options, etc.classQueryResponseQueryResponse contains the response to aQueryRequest.classQueryTrackQueryTrackrepresents an executed query, as aPlatformMessage, for conveyance over the message bus andMultiRegionTransport. -
Uses of AbstractPlatformMessage in com.attivio.sdk.security
Subclasses of AbstractPlatformMessage in com.attivio.sdk.security Modifier and Type Class Description classAuthenticationRequestPlatformMessage for authenticationclassAuthenticationResponsePlatformMessage for returning AuthenticationRequest's response. -
Uses of AbstractPlatformMessage in com.attivio.sdk.transport
Subclasses of AbstractPlatformMessage in com.attivio.sdk.transport Modifier and Type Class Description classMultiRegionContentMessage
-