Class SolaceJcsmpConnectionErrorHandler

  • All Implemented Interfaces:
    ComponentLifecycle, ConnectionErrorHandler

    @ComponentProfile(summary="A Solace native JCSMP connection error handler, used to restart affected components on error.",
                      tag="ceh,connection,solace,jcsmp",
                      since="3.9.3")
    public class SolaceJcsmpConnectionErrorHandler
    extends ConnectionErrorHandlerImp

    The Interlok ConnectionErrorHandler implementation specifically for SolaceJcsmpConnection

    Should a connection be disconnected or report an error, this handler will fire, attempting to restart everything.

    In the adapter configuration file this class is aliased as solace-jcsmp-connection-error-handler which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Detail

      • SolaceJcsmpConnectionErrorHandler

        public SolaceJcsmpConnectionErrorHandler()
    • Method Detail

      • handleConnectionException

        public void handleConnectionException()