Interface ReconnectPolicyInterface


  • public interface ReconnectPolicyInterface
    A policy that can be applied to an engine client to control when it can reconnect.
    • Method Detail

      • canConnectNow

        boolean canConnectNow​(EngineClientInterface bean)
        decide whether the given bean should be allowed to reconnect now
      • deregister

        void deregister​(EngineClientInterface bean)
        notification that this policy is no longer used to determine when to connect.