public class JMSBridgeFactory extends Object implements EventBridgeFactory
Modifier and Type | Field and Description |
---|---|
static String |
TOPIC_CONNECTION_FACTORY_DEFAULT |
static String |
TOPIC_CONNECTION_FACTORY_PROPERTY |
Constructor and Description |
---|
JMSBridgeFactory() |
Modifier and Type | Method and Description |
---|---|
EventBridge |
createEventBridge(Collection<EventSubject> localSubjects,
String externalSubject,
Map<String,Object> properties)
Creates an EventBridge with the specified parameters.
|
public static final String TOPIC_CONNECTION_FACTORY_DEFAULT
public static final String TOPIC_CONNECTION_FACTORY_PROPERTY
public EventBridge createEventBridge(Collection<EventSubject> localSubjects, String externalSubject, Map<String,Object> properties)
EventBridgeFactory
createEventBridge
in interface EventBridgeFactory
Copyright © 2001–2018 Apache Cayenne. All rights reserved.