Package com.attivio.sdk.admin
Copyright 2019 Attivio Inc., All rights reserved.
Contains classes that represent administrative messages that flow between components and Attivio Servers.
These messages are generally used for communication between running Attivio systems and should not be used by the casual developer.
-
Class Summary Class Description AdminMessage Base class for all messages intended for the admin servicePing A message sent to an AdminService to see if it is listening for messages.PingResponse A message sent in response to aPing
message.Shutdown Sent to tell the AdminService to shutdown this instance of Attivio.ShutdownImmediately Sent to tell the AdminService to shutdown this instance of Attivio quickly without waiting for in-flight documents to pass through the system.