Class SecureRandomStrategyFactory

All Implemented Interfaces:
MoleculerLifecycle

public class SecureRandomStrategyFactory extends ArrayBasedStrategyFactory
Factory of Java SecureRandom-based invocation strategy.
See Also:
  • Constructor Details

    • SecureRandomStrategyFactory

      public SecureRandomStrategyFactory()
      Constructor that uses local services when available.
    • SecureRandomStrategyFactory

      public SecureRandomStrategyFactory(boolean preferLocal)
      Constructor that can be configured to use local services if possible.
      Parameters:
      preferLocal - invoke local actions if possible
  • Method Details