public class InVMConnectorFactory extends Object implements ConnectorFactory
Constructor and Description |
---|
InVMConnectorFactory() |
Modifier and Type | Method and Description |
---|---|
Connector |
createConnector(Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool) |
Set<String> |
getAllowableProperties() |
boolean |
isReliable() |
public Connector createConnector(Map<String,Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool)
createConnector
in interface ConnectorFactory
public Set<String> getAllowableProperties()
getAllowableProperties
in interface ConnectorFactory
public boolean isReliable()
isReliable
in interface ConnectorFactory
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.