public class SecureRandomStrategyFactory extends ArrayBasedStrategyFactory
preferLocal
broker, logger, name
Constructor and Description |
---|
SecureRandomStrategyFactory()
Constructor that uses local services when available.
|
SecureRandomStrategyFactory(boolean preferLocal)
Constructor that can be configured to use local services if possible.
|
Modifier and Type | Method and Description |
---|---|
<T extends Endpoint> |
create() |
isPreferLocal, setPreferLocal
public SecureRandomStrategyFactory()
public SecureRandomStrategyFactory(boolean preferLocal)
preferLocal
- invoke local actions if possiblepublic <T extends Endpoint> Strategy<T> create()
create
in class StrategyFactory