Package ome.util.messages
-
Class Summary Class Description InternalMessage Message which can be published viaOmeroContext.publishEvent(ApplicationEvent)orOmeroContext.publishMessage(InternalMessage).ShutdownMessage Published when the server is shutting down.UserSignalMessage Published if the Posix USR1 or USR2 signal is received. -
Exception Summary Exception Description MessageException Message which wraps aThrowableinstance sinceOmeroContext.publishEvent(org.springframework.context.ApplicationEvent)cannot throw a checked exception.